ms8080 commited on
Commit
76dc5d8
·
verified ·
1 Parent(s): db72605

End of training

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: calculator_model_test
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
+ # calculator_model_test
14
+
15
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.6320
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: 0.001
37
+ - train_batch_size: 512
38
+ - eval_batch_size: 512
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 40
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 3.6895 | 1.0 | 6 | 3.1719 |
50
+ | 2.7383 | 2.0 | 12 | 2.2173 |
51
+ | 1.9854 | 3.0 | 18 | 1.7814 |
52
+ | 1.6898 | 4.0 | 24 | 1.5993 |
53
+ | 1.5871 | 5.0 | 30 | 1.5507 |
54
+ | 1.5619 | 6.0 | 36 | 1.5297 |
55
+ | 1.5216 | 7.0 | 42 | 1.5010 |
56
+ | 1.4893 | 8.0 | 48 | 1.4371 |
57
+ | 1.4330 | 9.0 | 54 | 1.3921 |
58
+ | 1.3753 | 10.0 | 60 | 1.4316 |
59
+ | 1.3430 | 11.0 | 66 | 1.3675 |
60
+ | 1.3109 | 12.0 | 72 | 1.3689 |
61
+ | 1.3134 | 13.0 | 78 | 1.2672 |
62
+ | 1.2309 | 14.0 | 84 | 1.1653 |
63
+ | 1.1557 | 15.0 | 90 | 1.1145 |
64
+ | 1.1064 | 16.0 | 96 | 1.1759 |
65
+ | 1.1231 | 17.0 | 102 | 1.0402 |
66
+ | 1.0341 | 18.0 | 108 | 0.9800 |
67
+ | 0.9828 | 19.0 | 114 | 0.9416 |
68
+ | 0.9655 | 20.0 | 120 | 0.8970 |
69
+ | 0.9205 | 21.0 | 126 | 0.9106 |
70
+ | 0.9365 | 22.0 | 132 | 0.9576 |
71
+ | 0.9380 | 23.0 | 138 | 0.8321 |
72
+ | 0.8842 | 24.0 | 144 | 0.8368 |
73
+ | 0.8462 | 25.0 | 150 | 0.8256 |
74
+ | 0.8407 | 26.0 | 156 | 0.7950 |
75
+ | 0.8244 | 27.0 | 162 | 0.7829 |
76
+ | 0.7980 | 28.0 | 168 | 0.7511 |
77
+ | 0.7729 | 29.0 | 174 | 0.7392 |
78
+ | 0.7615 | 30.0 | 180 | 0.7141 |
79
+ | 0.7358 | 31.0 | 186 | 0.7183 |
80
+ | 0.7271 | 32.0 | 192 | 0.6933 |
81
+ | 0.7232 | 33.0 | 198 | 0.6689 |
82
+ | 0.7081 | 34.0 | 204 | 0.6842 |
83
+ | 0.7174 | 35.0 | 210 | 0.6742 |
84
+ | 0.7104 | 36.0 | 216 | 0.6678 |
85
+ | 0.7049 | 37.0 | 222 | 0.6516 |
86
+ | 0.6813 | 38.0 | 228 | 0.6380 |
87
+ | 0.6815 | 39.0 | 234 | 0.6345 |
88
+ | 0.6729 | 40.0 | 240 | 0.6320 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 5.0.0
94
+ - Pytorch 2.10.0+cu128
95
+ - Datasets 4.0.0
96
+ - Tokenizers 0.22.2