Buseak commited on
Commit
d0312e9
1 Parent(s): a8f06fb

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: md_mt5_2311_retrain_v19_iwt
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
+ # md_mt5_2311_retrain_v19_iwt
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6818
21
+ - Bleu: 1.1458
22
+ - Gen Len: 18.8547
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: 2e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 15
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | 14.6802 | 1.0 | 635 | 5.8279 | 0.001 | 11.8701 |
54
+ | 6.5233 | 2.0 | 1270 | 2.4491 | 1.4911 | 15.5764 |
55
+ | 3.4983 | 3.0 | 1905 | 1.6292 | 2.1885 | 17.7457 |
56
+ | 2.1412 | 4.0 | 2540 | 1.3098 | 2.7626 | 18.6941 |
57
+ | 1.8999 | 5.0 | 3175 | 1.1263 | 1.0375 | 18.4476 |
58
+ | 1.7456 | 6.0 | 3810 | 0.9967 | 1.172 | 18.7098 |
59
+ | 1.6077 | 7.0 | 4445 | 0.8971 | 1.2144 | 18.7425 |
60
+ | 1.4144 | 8.0 | 5080 | 0.8289 | 1.1994 | 18.7866 |
61
+ | 1.342 | 9.0 | 5715 | 0.7807 | 1.1842 | 18.8138 |
62
+ | 1.3029 | 10.0 | 6350 | 0.7468 | 1.17 | 18.8524 |
63
+ | 1.2426 | 11.0 | 6985 | 0.7213 | 1.1513 | 18.8488 |
64
+ | 1.1793 | 12.0 | 7620 | 0.7024 | 1.1573 | 18.8516 |
65
+ | 1.1649 | 13.0 | 8255 | 0.6909 | 1.1472 | 18.8524 |
66
+ | 1.1419 | 14.0 | 8890 | 0.6837 | 1.1483 | 18.8535 |
67
+ | 1.1289 | 15.0 | 9525 | 0.6818 | 1.1458 | 18.8547 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.35.2
73
+ - Pytorch 2.1.0+cu118
74
+ - Datasets 2.15.0
75
+ - Tokenizers 0.15.0
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.35.2"
6
+ }