update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,11 +29,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# my_awesome_opus_books_model
|
31 |
|
32 |
-
This model is a fine-tuned version of [t5-
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- Bleu:
|
36 |
-
- Gen Len: 17.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,8 +65,8 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
67 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
+
value: 7.1672
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# my_awesome_opus_books_model
|
31 |
|
32 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the opus_books dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.2888
|
35 |
+
- Bleu: 7.1672
|
36 |
+
- Gen Len: 17.5092
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
67 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
68 |
+
| 1.4713 | 1.0 | 6355 | 1.3102 | 6.962 | 17.521 |
|
69 |
+
| 1.4279 | 2.0 | 12710 | 1.2888 | 7.1672 | 17.5092 |
|
70 |
|
71 |
|
72 |
### Framework versions
|