quantumLeopard commited on
Commit
80e03b7
·
verified ·
1 Parent(s): 1d54468

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.8265
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.3713 | 1.0 | 6 | 2.7407 |
49
+ | 2.3822 | 2.0 | 12 | 1.9801 |
50
+ | 1.8469 | 3.0 | 18 | 1.7620 |
51
+ | 1.6856 | 4.0 | 24 | 1.6523 |
52
+ | 1.5850 | 5.0 | 30 | 1.5717 |
53
+ | 1.5724 | 6.0 | 36 | 1.5614 |
54
+ | 1.5732 | 7.0 | 42 | 1.5982 |
55
+ | 1.5612 | 8.0 | 48 | 1.5541 |
56
+ | 1.5150 | 9.0 | 54 | 1.5472 |
57
+ | 1.5381 | 10.0 | 60 | 1.5420 |
58
+ | 1.5009 | 11.0 | 66 | 1.5214 |
59
+ | 1.4708 | 12.0 | 72 | 1.5045 |
60
+ | 1.4142 | 13.0 | 78 | 1.4491 |
61
+ | 1.3770 | 14.0 | 84 | 1.4765 |
62
+ | 1.4015 | 15.0 | 90 | 1.4103 |
63
+ | 1.3578 | 16.0 | 96 | 1.3616 |
64
+ | 1.3067 | 17.0 | 102 | 1.3457 |
65
+ | 1.2960 | 18.0 | 108 | 1.2655 |
66
+ | 1.2258 | 19.0 | 114 | 1.1882 |
67
+ | 1.1866 | 20.0 | 120 | 1.1589 |
68
+ | 1.1587 | 21.0 | 126 | 1.1081 |
69
+ | 1.1298 | 22.0 | 132 | 1.1637 |
70
+ | 1.1604 | 23.0 | 138 | 1.2731 |
71
+ | 1.2051 | 24.0 | 144 | 1.2092 |
72
+ | 1.1464 | 25.0 | 150 | 1.1579 |
73
+ | 1.1727 | 26.0 | 156 | 1.1376 |
74
+ | 1.1154 | 27.0 | 162 | 1.0331 |
75
+ | 1.0202 | 28.0 | 168 | 0.9898 |
76
+ | 0.9987 | 29.0 | 174 | 0.9700 |
77
+ | 0.9822 | 30.0 | 180 | 0.9418 |
78
+ | 0.9669 | 31.0 | 186 | 0.9244 |
79
+ | 0.9476 | 32.0 | 192 | 0.9193 |
80
+ | 0.9287 | 33.0 | 198 | 0.8947 |
81
+ | 0.9272 | 34.0 | 204 | 0.8853 |
82
+ | 0.8966 | 35.0 | 210 | 0.8606 |
83
+ | 0.8966 | 36.0 | 216 | 0.8529 |
84
+ | 0.8811 | 37.0 | 222 | 0.8400 |
85
+ | 0.9120 | 38.0 | 228 | 0.8333 |
86
+ | 0.8685 | 39.0 | 234 | 0.8284 |
87
+ | 0.8596 | 40.0 | 240 | 0.8265 |
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