marcin6 commited on
Commit
1cf261b
·
verified ·
1 Parent(s): bf2f2e0

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.2019
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
+ | 2.8957 | 1.0 | 6 | 2.2381 |
49
+ | 2.0146 | 2.0 | 12 | 1.7705 |
50
+ | 1.6197 | 3.0 | 18 | 1.4439 |
51
+ | 1.2979 | 4.0 | 24 | 1.2227 |
52
+ | 1.1103 | 5.0 | 30 | 1.0364 |
53
+ | 0.9847 | 6.0 | 36 | 0.9059 |
54
+ | 0.8452 | 7.0 | 42 | 0.8222 |
55
+ | 0.7736 | 8.0 | 48 | 0.7130 |
56
+ | 0.7047 | 9.0 | 54 | 0.7146 |
57
+ | 0.6887 | 10.0 | 60 | 0.6280 |
58
+ | 0.6119 | 11.0 | 66 | 0.5824 |
59
+ | 0.5802 | 12.0 | 72 | 0.5667 |
60
+ | 0.5312 | 13.0 | 78 | 0.5148 |
61
+ | 0.5067 | 14.0 | 84 | 0.4975 |
62
+ | 0.4947 | 15.0 | 90 | 0.4650 |
63
+ | 0.4716 | 16.0 | 96 | 0.4645 |
64
+ | 0.4669 | 17.0 | 102 | 0.4134 |
65
+ | 0.4348 | 18.0 | 108 | 0.4056 |
66
+ | 0.4105 | 19.0 | 114 | 0.4091 |
67
+ | 0.4158 | 20.0 | 120 | 0.3917 |
68
+ | 0.3862 | 21.0 | 126 | 0.3704 |
69
+ | 0.3753 | 22.0 | 132 | 0.3581 |
70
+ | 0.3624 | 23.0 | 138 | 0.3444 |
71
+ | 0.3557 | 24.0 | 144 | 0.3281 |
72
+ | 0.3335 | 25.0 | 150 | 0.3180 |
73
+ | 0.3240 | 26.0 | 156 | 0.3008 |
74
+ | 0.3181 | 27.0 | 162 | 0.2858 |
75
+ | 0.3069 | 28.0 | 168 | 0.2820 |
76
+ | 0.2978 | 29.0 | 174 | 0.2660 |
77
+ | 0.2866 | 30.0 | 180 | 0.2594 |
78
+ | 0.2688 | 31.0 | 186 | 0.2464 |
79
+ | 0.2642 | 32.0 | 192 | 0.2372 |
80
+ | 0.2520 | 33.0 | 198 | 0.2307 |
81
+ | 0.2484 | 34.0 | 204 | 0.2216 |
82
+ | 0.2392 | 35.0 | 210 | 0.2195 |
83
+ | 0.2458 | 36.0 | 216 | 0.2128 |
84
+ | 0.2513 | 37.0 | 222 | 0.2108 |
85
+ | 0.2287 | 38.0 | 228 | 0.2072 |
86
+ | 0.2331 | 39.0 | 234 | 0.2034 |
87
+ | 0.2344 | 40.0 | 240 | 0.2019 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 5.0.0
93
+ - Pytorch 2.10.0+cu128
94
+ - Datasets 4.0.0
95
+ - Tokenizers 0.22.2