dg7s commited on
Commit
41a8f23
·
verified ·
1 Parent(s): e32478e

End of training

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.6660
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
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 3.3723 | 1.0 | 6 | 2.7100 |
49
+ | 2.3610 | 2.0 | 12 | 1.9674 |
50
+ | 1.8441 | 3.0 | 18 | 1.6414 |
51
+ | 1.6440 | 4.0 | 24 | 1.7133 |
52
+ | 1.6275 | 5.0 | 30 | 1.5587 |
53
+ | 1.5577 | 6.0 | 36 | 1.4983 |
54
+ | 1.4918 | 7.0 | 42 | 1.4335 |
55
+ | 1.4306 | 8.0 | 48 | 1.3870 |
56
+ | 1.3583 | 9.0 | 54 | 1.5533 |
57
+ | 1.4316 | 10.0 | 60 | 1.3992 |
58
+ | 1.3427 | 11.0 | 66 | 1.3620 |
59
+ | 1.3047 | 12.0 | 72 | 1.2491 |
60
+ | 1.2281 | 13.0 | 78 | 1.1471 |
61
+ | 1.1542 | 14.0 | 84 | 1.1002 |
62
+ | 1.1274 | 15.0 | 90 | 1.3248 |
63
+ | 1.1864 | 16.0 | 96 | 1.2169 |
64
+ | 1.1328 | 17.0 | 102 | 1.1488 |
65
+ | 1.0901 | 18.0 | 108 | 1.0341 |
66
+ | 1.0214 | 19.0 | 114 | 0.9890 |
67
+ | 1.0060 | 20.0 | 120 | 1.1041 |
68
+ | 1.0463 | 21.0 | 126 | 1.0832 |
69
+ | 1.0114 | 22.0 | 132 | 0.9414 |
70
+ | 0.9680 | 23.0 | 138 | 1.0066 |
71
+ | 0.9854 | 24.0 | 144 | 0.9178 |
72
+ | 0.9139 | 25.0 | 150 | 0.8783 |
73
+ | 0.9392 | 26.0 | 156 | 0.8476 |
74
+ | 0.8653 | 27.0 | 162 | 0.8081 |
75
+ | 0.8270 | 28.0 | 168 | 0.8145 |
76
+ | 0.8342 | 29.0 | 174 | 0.7931 |
77
+ | 0.8104 | 30.0 | 180 | 0.7706 |
78
+ | 0.8007 | 31.0 | 186 | 0.7405 |
79
+ | 0.7581 | 32.0 | 192 | 0.7223 |
80
+ | 0.7534 | 33.0 | 198 | 0.7220 |
81
+ | 0.7468 | 34.0 | 204 | 0.7195 |
82
+ | 0.7329 | 35.0 | 210 | 0.7129 |
83
+ | 0.7140 | 36.0 | 216 | 0.6833 |
84
+ | 0.7118 | 37.0 | 222 | 0.6774 |
85
+ | 0.7359 | 38.0 | 228 | 0.6700 |
86
+ | 0.7210 | 39.0 | 234 | 0.6725 |
87
+ | 0.6968 | 40.0 | 240 | 0.6660 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 5.0.0
93
+ - Pytorch 2.10.0+cpu
94
+ - Datasets 4.0.0
95
+ - Tokenizers 0.22.2