update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
datasets:
|
6 |
- multi_news
|
7 |
metrics:
|
@@ -11,7 +11,7 @@ model-index:
|
|
11 |
results:
|
12 |
- task:
|
13 |
name: Sequence-to-sequence Language Modeling
|
14 |
-
type:
|
15 |
dataset:
|
16 |
name: multi_news
|
17 |
type: multi_news
|
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
-
value:
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,12 +29,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on the multi_news dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss:
|
33 |
-
- Rouge1:
|
34 |
-
- Rouge2:
|
35 |
-
- Rougel:
|
36 |
-
- Rougelsum:
|
37 |
-
- Gen Len:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -68,12 +68,12 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
71 |
-
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.
|
77 |
-
- Pytorch 1.11.0
|
78 |
-
- Datasets 2.
|
79 |
- Tokenizers 0.12.1
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- generated_from_trainer
|
5 |
datasets:
|
6 |
- multi_news
|
7 |
metrics:
|
|
|
11 |
results:
|
12 |
- task:
|
13 |
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
dataset:
|
16 |
name: multi_news
|
17 |
type: multi_news
|
|
|
19 |
metrics:
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
+
value: 41.6136
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on the multi_news dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 3.8143
|
33 |
+
- Rouge1: 41.6136
|
34 |
+
- Rouge2: 14.7454
|
35 |
+
- Rougel: 23.3597
|
36 |
+
- Rougelsum: 36.1973
|
37 |
+
- Gen Len: 130.874
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
71 |
+
| 3.8821 | 0.89 | 2000 | 3.8143 | 41.6136 | 14.7454 | 23.3597 | 36.1973 | 130.874 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
+
- Transformers 4.20.1
|
77 |
+
- Pytorch 1.11.0+cu113
|
78 |
+
- Datasets 2.3.2
|
79 |
- Tokenizers 0.12.1
|