samzirbo commited on
Commit
d105305
1 Parent(s): 59bc640

End of training

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  base_model: samzirbo/mT5.en-es.pretrained
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: mt5.baseline
7
  results: []
@@ -13,6 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
13
  # mt5.baseline
14
 
15
  This model is a fine-tuned version of [samzirbo/mT5.en-es.pretrained](https://huggingface.co/samzirbo/mT5.en-es.pretrained) on an unknown dataset.
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -40,6 +47,22 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_warmup_steps: 1000
41
  - training_steps: 30000
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.40.1
 
2
  base_model: samzirbo/mT5.en-es.pretrained
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: mt5.baseline
9
  results: []
 
15
  # mt5.baseline
16
 
17
  This model is a fine-tuned version of [samzirbo/mT5.en-es.pretrained](https://huggingface.co/samzirbo/mT5.en-es.pretrained) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5093
20
+ - Bleu: 38.6464
21
+ - Meteor: 0.661
22
+ - Chrf++: 60.6878
23
 
24
  ## Model description
25
 
 
47
  - lr_scheduler_warmup_steps: 1000
48
  - training_steps: 30000
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Meteor | Chrf++ |
53
+ |:-------------:|:------:|:-----:|:---------------:|:-------:|:------:|:-------:|
54
+ | 4.0484 | 0.3215 | 3000 | 2.1130 | 29.7312 | 0.5872 | 53.2622 |
55
+ | 2.3309 | 0.6431 | 6000 | 1.8472 | 33.4852 | 0.6209 | 56.6127 |
56
+ | 2.0987 | 0.9646 | 9000 | 1.7299 | 35.1261 | 0.6355 | 58.0524 |
57
+ | 1.9355 | 1.2862 | 12000 | 1.6594 | 36.3851 | 0.6449 | 58.9991 |
58
+ | 1.8568 | 1.6077 | 15000 | 1.5978 | 37.0844 | 0.6499 | 59.4457 |
59
+ | 1.8039 | 1.9293 | 18000 | 1.5601 | 37.7628 | 0.6562 | 60.145 |
60
+ | 1.7271 | 2.2508 | 21000 | 1.5298 | 38.1387 | 0.6572 | 60.3042 |
61
+ | 1.6984 | 2.5723 | 24000 | 1.5148 | 38.5117 | 0.66 | 60.5765 |
62
+ | 1.6846 | 2.8939 | 27000 | 1.5096 | 38.5563 | 0.6604 | 60.6276 |
63
+ | 1.6687 | 3.2154 | 30000 | 1.5093 | 38.6464 | 0.661 | 60.6878 |
64
+
65
+
66
  ### Framework versions
67
 
68
  - Transformers 4.40.1