birdiepl commited on
Commit
f9ae7f9
·
verified ·
1 Parent(s): 19479e5

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.1067
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.9472 | 1.0 | 6 | 2.2628 |
49
+ | 2.0366 | 2.0 | 12 | 1.7642 |
50
+ | 1.5645 | 3.0 | 18 | 1.3854 |
51
+ | 1.2543 | 4.0 | 24 | 1.1356 |
52
+ | 1.0465 | 5.0 | 30 | 1.0000 |
53
+ | 0.9275 | 6.0 | 36 | 0.8717 |
54
+ | 0.8314 | 7.0 | 42 | 0.7647 |
55
+ | 0.7834 | 8.0 | 48 | 0.7636 |
56
+ | 0.7211 | 9.0 | 54 | 0.6759 |
57
+ | 0.6548 | 10.0 | 60 | 0.6257 |
58
+ | 0.6005 | 11.0 | 66 | 0.6371 |
59
+ | 0.6133 | 12.0 | 72 | 0.6054 |
60
+ | 0.5681 | 13.0 | 78 | 0.5610 |
61
+ | 0.5576 | 14.0 | 84 | 0.5441 |
62
+ | 0.5279 | 15.0 | 90 | 0.4975 |
63
+ | 0.4981 | 16.0 | 96 | 0.4773 |
64
+ | 0.4508 | 17.0 | 102 | 0.4559 |
65
+ | 0.4491 | 18.0 | 108 | 0.4150 |
66
+ | 0.4122 | 19.0 | 114 | 0.4092 |
67
+ | 0.3865 | 20.0 | 120 | 0.3901 |
68
+ | 0.3667 | 21.0 | 126 | 0.3332 |
69
+ | 0.3287 | 22.0 | 132 | 0.3279 |
70
+ | 0.3177 | 23.0 | 138 | 0.2912 |
71
+ | 0.2865 | 24.0 | 144 | 0.2619 |
72
+ | 0.2658 | 25.0 | 150 | 0.2492 |
73
+ | 0.2669 | 26.0 | 156 | 0.2297 |
74
+ | 0.2491 | 27.0 | 162 | 0.2012 |
75
+ | 0.2140 | 28.0 | 168 | 0.1816 |
76
+ | 0.2039 | 29.0 | 174 | 0.1664 |
77
+ | 0.1917 | 30.0 | 180 | 0.1593 |
78
+ | 0.1792 | 31.0 | 186 | 0.1406 |
79
+ | 0.1558 | 32.0 | 192 | 0.1353 |
80
+ | 0.1507 | 33.0 | 198 | 0.1392 |
81
+ | 0.1538 | 34.0 | 204 | 0.1245 |
82
+ | 0.1550 | 35.0 | 210 | 0.1156 |
83
+ | 0.1298 | 36.0 | 216 | 0.1170 |
84
+ | 0.1377 | 37.0 | 222 | 0.1142 |
85
+ | 0.1428 | 38.0 | 228 | 0.1121 |
86
+ | 0.1332 | 39.0 | 234 | 0.1076 |
87
+ | 0.1255 | 40.0 | 240 | 0.1067 |
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