Buseak commited on
Commit
d29e56d
·
1 Parent(s): 229b204

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: spell_corrector_mt5_01012024
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
+ # spell_corrector_mt5_01012024
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.6800
21
+ - Bleu: 31.1934
22
+ - Gen Len: 15.8188
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: 8
43
+ - eval_batch_size: 8
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
+ | 13.9865 | 1.0 | 976 | 1.6965 | 15.4349 | 13.1848 |
54
+ | 2.8374 | 2.0 | 1952 | 1.2468 | 22.1368 | 15.9172 |
55
+ | 2.0333 | 3.0 | 2928 | 1.0291 | 25.1577 | 15.9044 |
56
+ | 1.7435 | 4.0 | 3904 | 0.9051 | 26.9628 | 15.9317 |
57
+ | 1.5687 | 5.0 | 4880 | 0.8453 | 28.2062 | 15.9029 |
58
+ | 1.4484 | 6.0 | 5856 | 0.8009 | 28.855 | 15.8879 |
59
+ | 1.3627 | 7.0 | 6832 | 0.7722 | 29.3878 | 15.8645 |
60
+ | 1.3183 | 8.0 | 7808 | 0.7467 | 29.6686 | 15.8503 |
61
+ | 1.2669 | 9.0 | 8784 | 0.7315 | 30.0695 | 15.8451 |
62
+ | 1.2321 | 10.0 | 9760 | 0.7162 | 30.3715 | 15.8328 |
63
+ | 1.1928 | 11.0 | 10736 | 0.6997 | 30.7385 | 15.8269 |
64
+ | 1.1848 | 12.0 | 11712 | 0.6934 | 30.9314 | 15.8242 |
65
+ | 1.1658 | 13.0 | 12688 | 0.6880 | 31.0662 | 15.8238 |
66
+ | 1.1476 | 14.0 | 13664 | 0.6826 | 31.1585 | 15.8183 |
67
+ | 1.1496 | 15.0 | 14640 | 0.6800 | 31.1934 | 15.8188 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.35.2
73
+ - Pytorch 2.1.0+cu121
74
+ - Datasets 2.16.1
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
+ }