p-fuchs commited on
Commit
5584fdf
·
verified ·
1 Parent(s): c2e38e3

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: 2.5764
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.4238 | 1.0 | 6 | 2.7523 |
49
+ | 2.3982 | 2.0 | 12 | 2.1138 |
50
+ | 1.8535 | 3.0 | 18 | 1.8031 |
51
+ | 1.6989 | 4.0 | 24 | 1.9360 |
52
+ | 1.5938 | 5.0 | 30 | 1.6749 |
53
+ | 1.5256 | 6.0 | 36 | 1.6441 |
54
+ | 1.4844 | 7.0 | 42 | 1.7053 |
55
+ | 1.4458 | 8.0 | 48 | 1.6526 |
56
+ | 1.4297 | 9.0 | 54 | 1.8445 |
57
+ | 1.3608 | 10.0 | 60 | 1.8894 |
58
+ | 1.2888 | 11.0 | 66 | 2.1697 |
59
+ | 1.2656 | 12.0 | 72 | 2.0470 |
60
+ | 1.2222 | 13.0 | 78 | 2.0777 |
61
+ | 1.1678 | 14.0 | 84 | 2.1063 |
62
+ | 1.1038 | 15.0 | 90 | 2.0946 |
63
+ | 1.0625 | 16.0 | 96 | 2.0211 |
64
+ | 1.0258 | 17.0 | 102 | 2.1410 |
65
+ | 1.0500 | 18.0 | 108 | 2.3152 |
66
+ | 1.0602 | 19.0 | 114 | 2.3428 |
67
+ | 1.0098 | 20.0 | 120 | 2.2889 |
68
+ | 1.0509 | 21.0 | 126 | 2.2918 |
69
+ | 0.9735 | 22.0 | 132 | 2.3569 |
70
+ | 0.8998 | 23.0 | 138 | 2.4122 |
71
+ | 0.8866 | 24.0 | 144 | 2.5343 |
72
+ | 0.8842 | 25.0 | 150 | 2.5096 |
73
+ | 0.8412 | 26.0 | 156 | 2.5483 |
74
+ | 0.8250 | 27.0 | 162 | 2.4582 |
75
+ | 0.8417 | 28.0 | 168 | 2.5274 |
76
+ | 0.7937 | 29.0 | 174 | 2.5061 |
77
+ | 0.7735 | 30.0 | 180 | 2.6067 |
78
+ | 0.7456 | 31.0 | 186 | 2.5956 |
79
+ | 0.7543 | 32.0 | 192 | 2.5598 |
80
+ | 0.7232 | 33.0 | 198 | 2.5147 |
81
+ | 0.7093 | 34.0 | 204 | 2.5534 |
82
+ | 0.7012 | 35.0 | 210 | 2.6147 |
83
+ | 0.6985 | 36.0 | 216 | 2.5596 |
84
+ | 0.6898 | 37.0 | 222 | 2.6099 |
85
+ | 0.6722 | 38.0 | 228 | 2.5622 |
86
+ | 0.6785 | 39.0 | 234 | 2.5618 |
87
+ | 0.6685 | 40.0 | 240 | 2.5764 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 5.2.0
93
+ - Pytorch 2.10.0
94
+ - Datasets 4.5.0
95
+ - Tokenizers 0.22.2