Piotr989 commited on
Commit
c4487ed
·
verified ·
1 Parent(s): 2e4749b

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: 1.4265
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
+ | 4.0125 | 1.0 | 1 | 3.6878 |
49
+ | 3.6498 | 2.0 | 2 | 3.5295 |
50
+ | 3.4629 | 3.0 | 3 | 3.3332 |
51
+ | 3.2765 | 4.0 | 4 | 3.1663 |
52
+ | 3.1127 | 5.0 | 5 | 3.0043 |
53
+ | 2.9448 | 6.0 | 6 | 2.8323 |
54
+ | 2.7697 | 7.0 | 7 | 2.6876 |
55
+ | 2.6241 | 8.0 | 8 | 2.5433 |
56
+ | 2.4805 | 9.0 | 9 | 2.4253 |
57
+ | 2.3517 | 10.0 | 10 | 2.3125 |
58
+ | 2.2358 | 11.0 | 11 | 2.2009 |
59
+ | 2.1403 | 12.0 | 12 | 2.1837 |
60
+ | 2.1043 | 13.0 | 13 | 2.0344 |
61
+ | 1.9684 | 14.0 | 14 | 1.9755 |
62
+ | 1.9150 | 15.0 | 15 | 1.9030 |
63
+ | 1.8323 | 16.0 | 16 | 1.8490 |
64
+ | 1.7779 | 17.0 | 17 | 1.8000 |
65
+ | 1.7274 | 18.0 | 18 | 1.7390 |
66
+ | 1.6730 | 19.0 | 19 | 1.6942 |
67
+ | 1.6266 | 20.0 | 20 | 1.6702 |
68
+ | 1.5963 | 21.0 | 21 | 1.6459 |
69
+ | 1.5845 | 22.0 | 22 | 1.6264 |
70
+ | 1.5394 | 23.0 | 23 | 1.6115 |
71
+ | 1.5139 | 24.0 | 24 | 1.5931 |
72
+ | 1.5036 | 25.0 | 25 | 1.5726 |
73
+ | 1.4759 | 26.0 | 26 | 1.5746 |
74
+ | 1.4579 | 27.0 | 27 | 1.5542 |
75
+ | 1.4363 | 28.0 | 28 | 1.5278 |
76
+ | 1.4208 | 29.0 | 29 | 1.5133 |
77
+ | 1.4009 | 30.0 | 30 | 1.5193 |
78
+ | 1.3886 | 31.0 | 31 | 1.5103 |
79
+ | 1.3856 | 32.0 | 32 | 1.4881 |
80
+ | 1.3618 | 33.0 | 33 | 1.4763 |
81
+ | 1.3572 | 34.0 | 34 | 1.4638 |
82
+ | 1.3401 | 35.0 | 35 | 1.4597 |
83
+ | 1.3332 | 36.0 | 36 | 1.4534 |
84
+ | 1.3307 | 37.0 | 37 | 1.4416 |
85
+ | 1.3191 | 38.0 | 38 | 1.4326 |
86
+ | 1.3106 | 39.0 | 39 | 1.4282 |
87
+ | 1.3145 | 40.0 | 40 | 1.4265 |
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