Buseak commited on
Commit
768c73d
1 Parent(s): fe21d53

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_small_v7
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_small_v7
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.5549
21
+ - Bleu: 34.7876
22
+ - Gen Len: 15.7815
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: 20
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 14.2184 | 1.0 | 976 | 1.6501 | 16.2132 | 13.5571 |
54
+ | 2.8018 | 2.0 | 1952 | 1.2055 | 23.1195 | 15.9748 |
55
+ | 2.0238 | 3.0 | 2928 | 0.9646 | 26.7454 | 15.9865 |
56
+ | 1.6928 | 4.0 | 3904 | 0.8372 | 28.6482 | 15.9601 |
57
+ | 1.4888 | 5.0 | 4880 | 0.7906 | 29.6306 | 15.9221 |
58
+ | 1.3855 | 6.0 | 5856 | 0.7393 | 30.3841 | 15.9006 |
59
+ | 1.2999 | 7.0 | 6832 | 0.7029 | 31.2225 | 15.8612 |
60
+ | 1.2379 | 8.0 | 7808 | 0.6794 | 31.6015 | 15.8666 |
61
+ | 1.1709 | 9.0 | 8784 | 0.6572 | 32.2153 | 15.8512 |
62
+ | 1.1433 | 10.0 | 9760 | 0.6303 | 32.7529 | 15.8288 |
63
+ | 1.1248 | 11.0 | 10736 | 0.6184 | 33.144 | 15.8244 |
64
+ | 1.0703 | 12.0 | 11712 | 0.6072 | 33.4743 | 15.8121 |
65
+ | 1.0547 | 13.0 | 12688 | 0.5937 | 33.7492 | 15.8139 |
66
+ | 1.0275 | 14.0 | 13664 | 0.5779 | 34.1454 | 15.7952 |
67
+ | 1.0122 | 15.0 | 14640 | 0.5727 | 34.2908 | 15.7907 |
68
+ | 1.0071 | 16.0 | 15616 | 0.5662 | 34.4457 | 15.7874 |
69
+ | 1.0017 | 17.0 | 16592 | 0.5609 | 34.6225 | 15.7847 |
70
+ | 0.9879 | 18.0 | 17568 | 0.5575 | 34.6937 | 15.7832 |
71
+ | 0.9814 | 19.0 | 18544 | 0.5554 | 34.7827 | 15.7816 |
72
+ | 0.9793 | 20.0 | 19520 | 0.5549 | 34.7876 | 15.7815 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.31.0
78
+ - Pytorch 2.0.1+cu118
79
+ - Datasets 2.14.2
80
+ - Tokenizers 0.13.3