Lina Gårdemark commited on
Commit ·
f8de34b
1
Parent(s): ab0435c
End of training
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: t5-
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
|
@@ -22,7 +22,7 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: Bleu
|
| 24 |
type: bleu
|
| 25 |
-
value:
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,11 +30,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
# my_awesome_opus_books_model
|
| 32 |
|
| 33 |
-
This model is a fine-tuned version of [t5-
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss:
|
| 36 |
-
- Bleu:
|
| 37 |
-
- Gen Len:
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -63,10 +63,10 @@ The following hyperparameters were used during training:
|
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu
|
| 67 |
-
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: t5-large
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Bleu
|
| 24 |
type: bleu
|
| 25 |
+
value: 0.0
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
# my_awesome_opus_books_model
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the opus_books dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: nan
|
| 36 |
+
- Bleu: 0.0
|
| 37 |
+
- Gen Len: 0.0653
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
|
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 67 |
+
|:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|
|
| 68 |
+
| 0.0 | 1.0 | 6355 | nan | 0.0 | 0.0653 |
|
| 69 |
+
| 0.0 | 2.0 | 12710 | nan | 0.0 | 0.0653 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|