samzirbo commited on
Commit
a3ed105
1 Parent(s): 6002848

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: gendered_balanced
7
  results: []
@@ -13,6 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
13
  # gendered_balanced
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: gendered_balanced
9
  results: []
 
15
  # gendered_balanced
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.1770
20
+ - Bleu: 43.8724
21
+ - Meteor: 0.6916
22
+ - Chrf++: 62.661
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.3102 | 0.44 | 2500 | 2.0045 | 27.8405 | 0.5556 | 49.2062 |
55
+ | 2.408 | 0.88 | 5000 | 1.7104 | 33.3638 | 0.6039 | 54.2966 |
56
+ | 2.1298 | 1.31 | 7500 | 1.5654 | 36.5253 | 0.6312 | 56.719 |
57
+ | 1.9966 | 1.75 | 10000 | 1.4823 | 37.7206 | 0.6409 | 57.8933 |
58
+ | 1.8882 | 2.19 | 12500 | 1.4168 | 39.2333 | 0.6518 | 59.0052 |
59
+ | 1.8055 | 2.63 | 15000 | 1.3736 | 39.9916 | 0.6585 | 59.5057 |
60
+ | 1.756 | 3.06 | 17500 | 1.3454 | 40.4973 | 0.6622 | 59.9928 |
61
+ | 1.6829 | 3.5 | 20000 | 1.3109 | 41.6502 | 0.6732 | 60.8574 |
62
+ | 1.6575 | 3.94 | 22500 | 1.2729 | 41.7069 | 0.6729 | 60.9659 |
63
+ | 1.5944 | 4.38 | 25000 | 1.2549 | 42.2762 | 0.6783 | 61.5535 |
64
+ | 1.5758 | 4.81 | 27500 | 1.2349 | 42.6516 | 0.6803 | 61.6749 |
65
+ | 1.5407 | 5.25 | 30000 | 1.2231 | 42.6637 | 0.6817 | 61.7779 |
66
+ | 1.5146 | 5.69 | 32500 | 1.2082 | 42.8507 | 0.6856 | 61.9916 |
67
+ | 1.4953 | 6.13 | 35000 | 1.1988 | 43.387 | 0.6873 | 62.2332 |
68
+ | 1.4687 | 6.56 | 37500 | 1.1874 | 43.4174 | 0.6876 | 62.3151 |
69
+ | 1.4664 | 7.0 | 40000 | 1.1825 | 43.7501 | 0.6913 | 62.5472 |
70
+ | 1.4415 | 7.44 | 42500 | 1.1803 | 43.7744 | 0.6909 | 62.6208 |
71
+ | 1.4408 | 7.88 | 45000 | 1.1771 | 43.8914 | 0.692 | 62.6599 |
72
+ | 1.4346 | 8.31 | 47500 | 1.1772 | 43.9709 | 0.6919 | 62.7096 |
73
+ | 1.4311 | 8.75 | 50000 | 1.1770 | 43.8724 | 0.6916 | 62.661 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.38.0