rigarashi commited on
Commit
da6b311
·
verified ·
1 Parent(s): ab39ed9

Model save

Browse files
Files changed (1) hide show
  1. README.md +27 -12
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- base_model: google/mt5-base
3
  license: apache-2.0
4
- metrics:
5
- - bleu
6
  tags:
7
  - generated_from_trainer
 
 
8
  model-index:
9
  - name: mt5-base-ainu
10
  results: []
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 3.5796
21
- - Bleu: 0.1912
22
 
23
  ## Model description
24
 
@@ -50,13 +50,28 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Bleu |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|
55
- | No log | 1.0 | 25 | 7.8298 | 0.0139 |
56
- | No log | 2.0 | 50 | 4.7659 | 0.3532 |
57
- | No log | 3.0 | 75 | 3.9025 | 0.2150 |
58
- | No log | 4.0 | 100 | 3.7058 | 0.2334 |
59
- | No log | 5.0 | 125 | 3.5796 | 0.1912 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
1
  ---
 
2
  license: apache-2.0
3
+ base_model: google/mt5-base
 
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
  model-index:
9
  - name: mt5-base-ainu
10
  results: []
 
17
 
18
  This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.1105
21
+ - Bleu: 37.4939
22
 
23
  ## Model description
24
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
54
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|
55
+ | 2.1267 | 1.0 | 9341 | 1.8026 | 20.8450 |
56
+ | 1.6408 | 2.0 | 18682 | 1.4706 | 26.7109 |
57
+ | 1.4098 | 3.0 | 28023 | 1.3494 | 30.7048 |
58
+ | 1.2546 | 4.0 | 37364 | 1.2910 | 32.5056 |
59
+ | 1.124 | 5.0 | 46705 | 1.2617 | 33.7060 |
60
+ | 1.0048 | 6.0 | 56046 | 1.2578 | 34.5824 |
61
+ | 0.8872 | 7.0 | 65387 | 1.2639 | 35.1029 |
62
+ | 0.8103 | 8.0 | 74728 | 1.2955 | 35.7998 |
63
+ | 0.7298 | 9.0 | 84069 | 1.3284 | 35.8310 |
64
+ | 0.6494 | 10.0 | 93410 | 1.3780 | 36.3268 |
65
+ | 0.5696 | 11.0 | 102751 | 1.4343 | 36.2494 |
66
+ | 0.5148 | 12.0 | 112092 | 1.4957 | 36.8702 |
67
+ | 0.4487 | 13.0 | 121433 | 1.5511 | 36.8981 |
68
+ | 0.3941 | 14.0 | 130774 | 1.6235 | 36.8809 |
69
+ | 0.3432 | 15.0 | 140115 | 1.6957 | 37.0269 |
70
+ | 0.3023 | 16.0 | 149456 | 1.7935 | 37.1839 |
71
+ | 0.2614 | 17.0 | 158797 | 1.8619 | 37.1935 |
72
+ | 0.2267 | 18.0 | 168138 | 1.9485 | 37.4170 |
73
+ | 0.1996 | 19.0 | 177479 | 2.0348 | 37.3585 |
74
+ | 0.1746 | 20.0 | 186820 | 2.1105 | 37.4939 |
75
 
76
 
77
  ### Framework versions