TheJakubek commited on
Commit
de4b29f
·
verified ·
1 Parent(s): a7ac6bc

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.1432
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.9619 | 1.0 | 6 | 2.2703 |
49
+ | 2.0327 | 2.0 | 12 | 1.7673 |
50
+ | 1.6053 | 3.0 | 18 | 1.3886 |
51
+ | 1.2679 | 4.0 | 24 | 1.1616 |
52
+ | 1.0723 | 5.0 | 30 | 1.0302 |
53
+ | 0.9910 | 6.0 | 36 | 0.9907 |
54
+ | 0.9064 | 7.0 | 42 | 0.8454 |
55
+ | 0.8019 | 8.0 | 48 | 0.7476 |
56
+ | 0.7394 | 9.0 | 54 | 0.7726 |
57
+ | 0.7155 | 10.0 | 60 | 0.6386 |
58
+ | 0.6290 | 11.0 | 66 | 0.6013 |
59
+ | 0.5877 | 12.0 | 72 | 0.5625 |
60
+ | 0.5574 | 13.0 | 78 | 0.5217 |
61
+ | 0.5265 | 14.0 | 84 | 0.4952 |
62
+ | 0.5026 | 15.0 | 90 | 0.4686 |
63
+ | 0.4780 | 16.0 | 96 | 0.4439 |
64
+ | 0.4424 | 17.0 | 102 | 0.4193 |
65
+ | 0.4208 | 18.0 | 108 | 0.4193 |
66
+ | 0.4181 | 19.0 | 114 | 0.3753 |
67
+ | 0.3887 | 20.0 | 120 | 0.3754 |
68
+ | 0.3926 | 21.0 | 126 | 0.3477 |
69
+ | 0.3558 | 22.0 | 132 | 0.3137 |
70
+ | 0.3339 | 23.0 | 138 | 0.3153 |
71
+ | 0.3184 | 24.0 | 144 | 0.2835 |
72
+ | 0.2936 | 25.0 | 150 | 0.2796 |
73
+ | 0.2708 | 26.0 | 156 | 0.2514 |
74
+ | 0.2641 | 27.0 | 162 | 0.2385 |
75
+ | 0.2414 | 28.0 | 168 | 0.2228 |
76
+ | 0.2311 | 29.0 | 174 | 0.2163 |
77
+ | 0.2236 | 30.0 | 180 | 0.2022 |
78
+ | 0.2206 | 31.0 | 186 | 0.1944 |
79
+ | 0.2064 | 32.0 | 192 | 0.1902 |
80
+ | 0.1955 | 33.0 | 198 | 0.1744 |
81
+ | 0.1864 | 34.0 | 204 | 0.1688 |
82
+ | 0.1777 | 35.0 | 210 | 0.1662 |
83
+ | 0.1765 | 36.0 | 216 | 0.1539 |
84
+ | 0.1627 | 37.0 | 222 | 0.1517 |
85
+ | 0.1600 | 38.0 | 228 | 0.1478 |
86
+ | 0.1561 | 39.0 | 234 | 0.1442 |
87
+ | 0.1537 | 40.0 | 240 | 0.1432 |
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