witekformanski commited on
Commit
9ee5cca
·
verified ·
1 Parent(s): f403ea2

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.4101
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
+ | 1.9065 | 1.0 | 5 | 1.4456 |
49
+ | 1.4155 | 2.0 | 10 | 1.2758 |
50
+ | 1.2760 | 3.0 | 15 | 1.1750 |
51
+ | 1.1812 | 4.0 | 20 | 1.1125 |
52
+ | 1.1029 | 5.0 | 25 | 1.0135 |
53
+ | 1.0238 | 6.0 | 30 | 0.9452 |
54
+ | 0.9754 | 7.0 | 35 | 1.0039 |
55
+ | 1.0038 | 8.0 | 40 | 0.8954 |
56
+ | 0.9197 | 9.0 | 45 | 0.8593 |
57
+ | 0.9007 | 10.0 | 50 | 0.8470 |
58
+ | 0.8615 | 11.0 | 55 | 0.8050 |
59
+ | 0.8225 | 12.0 | 60 | 0.7646 |
60
+ | 0.7921 | 13.0 | 65 | 0.7265 |
61
+ | 0.7955 | 14.0 | 70 | 0.7123 |
62
+ | 0.7526 | 15.0 | 75 | 0.6853 |
63
+ | 0.7354 | 16.0 | 80 | 0.6793 |
64
+ | 0.7253 | 17.0 | 85 | 0.6548 |
65
+ | 0.7005 | 18.0 | 90 | 0.6337 |
66
+ | 0.6761 | 19.0 | 95 | 0.6158 |
67
+ | 0.6566 | 20.0 | 100 | 0.5916 |
68
+ | 0.6642 | 21.0 | 105 | 0.5759 |
69
+ | 0.6408 | 22.0 | 110 | 0.5735 |
70
+ | 0.6353 | 23.0 | 115 | 0.5868 |
71
+ | 0.6286 | 24.0 | 120 | 0.5503 |
72
+ | 0.6109 | 25.0 | 125 | 0.5538 |
73
+ | 0.6068 | 26.0 | 130 | 0.5321 |
74
+ | 0.5774 | 27.0 | 135 | 0.5221 |
75
+ | 0.5733 | 28.0 | 140 | 0.5113 |
76
+ | 0.5716 | 29.0 | 145 | 0.5014 |
77
+ | 0.5593 | 30.0 | 150 | 0.4884 |
78
+ | 0.5554 | 31.0 | 155 | 0.4771 |
79
+ | 0.5422 | 32.0 | 160 | 0.4739 |
80
+ | 0.5319 | 33.0 | 165 | 0.4565 |
81
+ | 0.5182 | 34.0 | 170 | 0.4458 |
82
+ | 0.5100 | 35.0 | 175 | 0.4406 |
83
+ | 0.5040 | 36.0 | 180 | 0.4282 |
84
+ | 0.4940 | 37.0 | 185 | 0.4242 |
85
+ | 0.4867 | 38.0 | 190 | 0.4195 |
86
+ | 0.4910 | 39.0 | 195 | 0.4116 |
87
+ | 0.4794 | 40.0 | 200 | 0.4101 |
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