Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,17 @@ license: mit
|
|
3 |
base_model: facebook/bart-large-cnn
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: facebook-bart-cnn-sumsum-finetuned
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# facebook-bart-cnn-sumsum-finetuned
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -52,4 +60,4 @@ The following hyperparameters were used during training:
|
|
52 |
- Transformers 4.39.3
|
53 |
- Pytorch 2.2.1+cu121
|
54 |
- Datasets 2.18.0
|
55 |
-
- Tokenizers 0.15.2
|
|
|
3 |
base_model: facebook/bart-large-cnn
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- dialogue_summarization
|
7 |
+
- summary
|
8 |
+
- conversation_summarization
|
9 |
model-index:
|
10 |
- name: facebook-bart-cnn-sumsum-finetuned
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- samsum
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pipeline_tag: summarization
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# facebook-bart-cnn-sumsum-finetuned
|
23 |
|
24 |
+
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
60 |
- Transformers 4.39.3
|
61 |
- Pytorch 2.2.1+cu121
|
62 |
- Datasets 2.18.0
|
63 |
+
- Tokenizers 0.15.2
|