frtna commited on
Commit
57a17ae
·
1 Parent(s): f2d778f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # ted_mt-Spanish-to-Italian
16
 
17
- This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the new_dataset dataset.
18
 
19
  ## Model description
20
 
@@ -34,8 +34,8 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0001
37
- - train_batch_size: 64
38
- - eval_batch_size: 64
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu | Gen Len |
48
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
49
- | No log | 1.0 | 46 | 2.1935 | 0.85 | 18.279 |
50
 
51
 
52
  ### Framework versions
 
14
 
15
  # ted_mt-Spanish-to-Italian
16
 
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the new_dataset dataset.
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0001
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu | Gen Len |
48
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
49
+ | No log | 1.0 | 181 | 0.2944 | 0.0 | 0.046 |
50
 
51
 
52
  ### Framework versions