RocioUrquijo
commited on
Commit
•
119fb30
1
Parent(s):
2c24caf
update model card README.md
Browse files- EN-DE-TR-TED/README.md +15 -12
EN-DE-TR-TED/README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Bleu:
|
22 |
-
- Gen Len: 16.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -39,24 +39,27 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5.6e-05
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
-
| No log | 1.0 |
|
54 |
-
| No log | 2.0 |
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.
|
60 |
-
- Pytorch
|
61 |
-
- Datasets 2.
|
62 |
-
- Tokenizers 0.13.
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.0640
|
21 |
+
- Bleu: 14.4121
|
22 |
+
- Gen Len: 16.8629
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5.6e-05
|
42 |
+
- train_batch_size: 10
|
43 |
+
- eval_batch_size: 10
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 5
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
+
| No log | 1.0 | 79 | 1.1263 | 12.8366 | 16.9239 |
|
54 |
+
| No log | 2.0 | 158 | 1.0793 | 13.7051 | 16.8579 |
|
55 |
+
| No log | 3.0 | 237 | 1.0690 | 14.4571 | 16.8629 |
|
56 |
+
| No log | 4.0 | 316 | 1.0647 | 14.6162 | 16.8629 |
|
57 |
+
| No log | 5.0 | 395 | 1.0640 | 14.4121 | 16.8629 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.27.4
|
63 |
+
- Pytorch 2.0.0+cu118
|
64 |
+
- Datasets 2.11.0
|
65 |
+
- Tokenizers 0.13.3
|