update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
-
value:
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wmt14 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 2.
|
33 |
-
- Bleu:
|
34 |
-
- Gen Len: 17.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -51,8 +51,8 @@ More information needed
|
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
- learning_rate: 2e-05
|
54 |
-
- train_batch_size:
|
55 |
-
- eval_batch_size:
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
66 |
-
| No log | 1.0 |
|
67 |
-
|
|
68 |
-
| 2.
|
69 |
-
| 2.
|
70 |
-
| 2.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 5.8913
|
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 [t5-small](https://huggingface.co/t5-small) on the wmt14 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 2.2040
|
33 |
+
- Bleu: 5.8913
|
34 |
+
- Gen Len: 17.5408
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
- learning_rate: 2e-05
|
54 |
+
- train_batch_size: 16
|
55 |
+
- eval_batch_size: 16
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
66 |
+
| No log | 1.0 | 188 | 2.3366 | 2.8075 | 17.8188 |
|
67 |
+
| No log | 2.0 | 376 | 2.2557 | 4.8765 | 17.626 |
|
68 |
+
| 2.6928 | 3.0 | 564 | 2.2246 | 5.5454 | 17.5534 |
|
69 |
+
| 2.6928 | 4.0 | 752 | 2.2086 | 5.8511 | 17.5461 |
|
70 |
+
| 2.6928 | 5.0 | 940 | 2.2040 | 5.8913 | 17.5408 |
|
71 |
|
72 |
|
73 |
### Framework versions
|