monideep2255 commited on
Commit
1642bc5
·
1 Parent(s): 32531ed

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: spell_correction_F01_LM
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # spell_correction_F01_LM
14
+
15
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0147
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 30
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 294 | 0.1889 |
49
+ | 1.8488 | 2.0 | 588 | 0.0392 |
50
+ | 1.8488 | 3.0 | 882 | 0.0260 |
51
+ | 0.0369 | 4.0 | 1176 | 0.0212 |
52
+ | 0.0369 | 5.0 | 1470 | 0.0170 |
53
+ | 0.0182 | 6.0 | 1764 | 0.0162 |
54
+ | 0.0105 | 7.0 | 2058 | 0.0173 |
55
+ | 0.0105 | 8.0 | 2352 | 0.0177 |
56
+ | 0.0083 | 9.0 | 2646 | 0.0176 |
57
+ | 0.0083 | 10.0 | 2940 | 0.0164 |
58
+ | 0.0057 | 11.0 | 3234 | 0.0149 |
59
+ | 0.0037 | 12.0 | 3528 | 0.0168 |
60
+ | 0.0037 | 13.0 | 3822 | 0.0164 |
61
+ | 0.003 | 14.0 | 4116 | 0.0156 |
62
+ | 0.003 | 15.0 | 4410 | 0.0151 |
63
+ | 0.003 | 16.0 | 4704 | 0.0152 |
64
+ | 0.003 | 17.0 | 4998 | 0.0149 |
65
+ | 0.0028 | 18.0 | 5292 | 0.0153 |
66
+ | 0.002 | 19.0 | 5586 | 0.0146 |
67
+ | 0.002 | 20.0 | 5880 | 0.0147 |
68
+ | 0.0021 | 21.0 | 6174 | 0.0146 |
69
+ | 0.0021 | 22.0 | 6468 | 0.0149 |
70
+ | 0.0025 | 23.0 | 6762 | 0.0146 |
71
+ | 0.0018 | 24.0 | 7056 | 0.0150 |
72
+ | 0.0018 | 25.0 | 7350 | 0.0147 |
73
+ | 0.0021 | 26.0 | 7644 | 0.0145 |
74
+ | 0.0021 | 27.0 | 7938 | 0.0147 |
75
+ | 0.0017 | 28.0 | 8232 | 0.0146 |
76
+ | 0.0014 | 29.0 | 8526 | 0.0147 |
77
+ | 0.0014 | 30.0 | 8820 | 0.0147 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.28.0
83
+ - Pytorch 1.12.1+cu102
84
+ - Datasets 2.13.1
85
+ - Tokenizers 0.13.3