polymatheiia commited on
Commit
71e1c51
·
verified ·
1 Parent(s): 5e04d2f

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.5945
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.4886 | 1.0 | 5 | 2.9077 |
49
+ | 2.6030 | 2.0 | 10 | 2.1443 |
50
+ | 1.9775 | 3.0 | 15 | 1.7360 |
51
+ | 1.6903 | 4.0 | 20 | 1.5977 |
52
+ | 1.5862 | 5.0 | 25 | 1.5620 |
53
+ | 1.5460 | 6.0 | 30 | 1.5337 |
54
+ | 1.5075 | 7.0 | 35 | 1.4873 |
55
+ | 1.4838 | 8.0 | 40 | 1.4564 |
56
+ | 1.4496 | 9.0 | 45 | 1.4431 |
57
+ | 1.4041 | 10.0 | 50 | 1.3911 |
58
+ | 1.3950 | 11.0 | 55 | 1.3940 |
59
+ | 1.3421 | 12.0 | 60 | 1.3259 |
60
+ | 1.3013 | 13.0 | 65 | 1.2902 |
61
+ | 1.2550 | 14.0 | 70 | 1.2079 |
62
+ | 1.1784 | 15.0 | 75 | 1.1146 |
63
+ | 1.1135 | 16.0 | 80 | 1.0629 |
64
+ | 1.0583 | 17.0 | 85 | 1.0104 |
65
+ | 1.0198 | 18.0 | 90 | 0.9646 |
66
+ | 0.9765 | 19.0 | 95 | 0.9315 |
67
+ | 0.9386 | 20.0 | 100 | 0.8994 |
68
+ | 0.9116 | 21.0 | 105 | 0.8690 |
69
+ | 0.8871 | 22.0 | 110 | 0.8332 |
70
+ | 0.8702 | 23.0 | 115 | 0.8674 |
71
+ | 0.8441 | 24.0 | 120 | 0.7941 |
72
+ | 0.8180 | 25.0 | 125 | 0.7898 |
73
+ | 0.8022 | 26.0 | 130 | 0.7690 |
74
+ | 0.7880 | 27.0 | 135 | 0.7386 |
75
+ | 0.7739 | 28.0 | 140 | 0.7302 |
76
+ | 0.7618 | 29.0 | 145 | 0.7090 |
77
+ | 0.7451 | 30.0 | 150 | 0.7043 |
78
+ | 0.7340 | 31.0 | 155 | 0.6951 |
79
+ | 0.7240 | 32.0 | 160 | 0.6731 |
80
+ | 0.7076 | 33.0 | 165 | 0.6516 |
81
+ | 0.6951 | 34.0 | 170 | 0.6469 |
82
+ | 0.6846 | 35.0 | 175 | 0.6319 |
83
+ | 0.6737 | 36.0 | 180 | 0.6170 |
84
+ | 0.6601 | 37.0 | 185 | 0.6103 |
85
+ | 0.6558 | 38.0 | 190 | 0.6016 |
86
+ | 0.6509 | 39.0 | 195 | 0.5963 |
87
+ | 0.6435 | 40.0 | 200 | 0.5945 |
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