rigarashi commited on
Commit
09f8dfe
·
verified ·
1 Parent(s): dd96f25

Model save

Browse files
Files changed (2) hide show
  1. README.md +82 -3
  2. generation_config.json +6 -0
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-base-ainu
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.3022
21
+ - Bleu: 35.9207
22
+ - Chrf: 49.0639
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0006
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 32
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf |
54
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|
55
+ | 1.8747 | 1.0 | 9340 | 1.6606 | 23.2627 | 36.3985 |
56
+ | 1.5561 | 2.0 | 18680 | 1.4484 | 27.8577 | 41.4160 |
57
+ | 1.342 | 3.0 | 28020 | 1.3617 | 30.0171 | 43.7024 |
58
+ | 1.189 | 4.0 | 37360 | 1.3196 | 31.6813 | 44.9223 |
59
+ | 1.0639 | 5.0 | 46700 | 1.3125 | 32.2320 | 45.8694 |
60
+ | 0.9555 | 6.0 | 56040 | 1.3191 | 32.9369 | 46.5324 |
61
+ | 0.8687 | 7.0 | 65380 | 1.3418 | 33.8700 | 47.1238 |
62
+ | 0.7725 | 8.0 | 74720 | 1.3792 | 34.0996 | 47.5675 |
63
+ | 0.6913 | 9.0 | 84060 | 1.4118 | 34.0199 | 47.5628 |
64
+ | 0.6156 | 10.0 | 93400 | 1.4761 | 34.5528 | 47.9750 |
65
+ | 0.5368 | 11.0 | 102740 | 1.5256 | 34.8295 | 48.1106 |
66
+ | 0.4769 | 12.0 | 112080 | 1.6086 | 35.1019 | 48.2665 |
67
+ | 0.4132 | 13.0 | 121420 | 1.6682 | 35.1258 | 48.3908 |
68
+ | 0.3653 | 14.0 | 130760 | 1.7393 | 35.1325 | 48.4715 |
69
+ | 0.3196 | 15.0 | 140100 | 1.8277 | 35.2792 | 48.5062 |
70
+ | 0.2698 | 16.0 | 149440 | 1.9076 | 35.3726 | 48.6938 |
71
+ | 0.2335 | 17.0 | 158780 | 1.9845 | 35.5334 | 48.7919 |
72
+ | 0.2025 | 18.0 | 168120 | 2.1150 | 35.6067 | 48.8451 |
73
+ | 0.1709 | 19.0 | 177460 | 2.2327 | 35.7527 | 48.9483 |
74
+ | 0.1497 | 20.0 | 186800 | 2.3022 | 35.9207 | 49.0639 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.40.1
80
+ - Pytorch 2.1.2
81
+ - Datasets 2.19.0
82
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.40.1"
6
+ }