Commit
·
fce883a
1
Parent(s):
b3687cd
update model card README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
-
metrics:
|
6 |
-
- rouge
|
7 |
model-index:
|
8 |
- name: mbart-large-50-finetuned-v1
|
9 |
results: []
|
@@ -14,13 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# mbart-large-50-finetuned-v1
|
16 |
|
17 |
-
This model
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.1514
|
20 |
-
- Rouge1: 2.979
|
21 |
-
- Rouge2: 1.5946
|
22 |
-
- Rougel: 2.9652
|
23 |
-
- Rougelsum: 2.9673
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,16 +39,9 @@ The following hyperparameters were used during training:
|
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 1
|
49 |
|
50 |
-
### Training results
|
51 |
-
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
54 |
-
| 1.3744 | 1.0 | 6812 | 1.1514 | 2.979 | 1.5946 | 2.9652 | 2.9673 |
|
55 |
-
|
56 |
-
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.21.1
|
60 |
-
- Pytorch 1.12.
|
61 |
- Datasets 2.4.0
|
62 |
- Tokenizers 0.12.1
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
+
- summarization
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: mbart-large-50-finetuned-v1
|
7 |
results: []
|
|
|
12 |
|
13 |
# mbart-large-50-finetuned-v1
|
14 |
|
15 |
+
This model was trained from scratch on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 1
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.21.1
|
45 |
+
- Pytorch 1.12.1+cu113
|
46 |
- Datasets 2.4.0
|
47 |
- Tokenizers 0.12.1
|