samzirbo commited on
Commit
c34de39
·
verified ·
1 Parent(s): af1511f

End of training

Browse files
Files changed (1) hide show
  1. README.md +33 -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: baseline
7
  results: []
@@ -13,6 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
13
  # 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,32 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_warmup_steps: 1000
41
  - training_steps: 50000
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.38.0
 
2
  base_model: samzirbo/mT5.en-es.pretrained
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: baseline
9
  results: []
 
15
  # 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.1447
20
+ - Bleu: 44.0055
21
+ - Meteor: 0.6899
22
+ - Chrf++: 62.7408
23
 
24
  ## Model description
25
 
 
47
  - lr_scheduler_warmup_steps: 1000
48
  - training_steps: 50000
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Meteor | Chrf++ |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|
54
+ | 4.4025 | 0.15 | 2500 | 2.0103 | 27.2729 | 0.5485 | 48.5595 |
55
+ | 2.4711 | 0.29 | 5000 | 1.7003 | 33.5151 | 0.6064 | 54.1742 |
56
+ | 2.2228 | 0.44 | 7500 | 1.5685 | 35.7225 | 0.6241 | 56.257 |
57
+ | 2.0833 | 0.59 | 10000 | 1.4797 | 37.676 | 0.6383 | 57.6397 |
58
+ | 1.9841 | 0.73 | 12500 | 1.4128 | 38.5011 | 0.6504 | 58.509 |
59
+ | 1.9135 | 0.88 | 15000 | 1.3693 | 39.7405 | 0.6569 | 59.5371 |
60
+ | 1.8531 | 1.03 | 17500 | 1.3192 | 40.6354 | 0.6638 | 59.992 |
61
+ | 1.784 | 1.17 | 20000 | 1.2890 | 41.5264 | 0.6716 | 60.8105 |
62
+ | 1.7506 | 1.32 | 22500 | 1.2587 | 42.0462 | 0.6737 | 61.1679 |
63
+ | 1.7214 | 1.47 | 25000 | 1.2359 | 42.1492 | 0.6755 | 61.379 |
64
+ | 1.698 | 1.61 | 27500 | 1.2125 | 42.5233 | 0.6794 | 61.5581 |
65
+ | 1.6715 | 1.76 | 30000 | 1.1970 | 42.7034 | 0.6805 | 61.7294 |
66
+ | 1.6526 | 1.91 | 32500 | 1.1849 | 43.0685 | 0.6834 | 62.0592 |
67
+ | 1.6257 | 2.05 | 35000 | 1.1699 | 43.2808 | 0.6855 | 62.1626 |
68
+ | 1.5914 | 2.2 | 37500 | 1.1627 | 43.3637 | 0.685 | 62.2303 |
69
+ | 1.5818 | 2.35 | 40000 | 1.1545 | 43.6077 | 0.6874 | 62.4906 |
70
+ | 1.5811 | 2.49 | 42500 | 1.1484 | 43.9335 | 0.6891 | 62.6396 |
71
+ | 1.5777 | 2.64 | 45000 | 1.1449 | 44.1036 | 0.6903 | 62.8018 |
72
+ | 1.575 | 2.79 | 47500 | 1.1450 | 43.9408 | 0.6894 | 62.6836 |
73
+ | 1.5766 | 2.93 | 50000 | 1.1447 | 44.0055 | 0.6899 | 62.7408 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.38.0