Gi8on commited on
Commit
2d2c877
·
verified ·
1 Parent(s): 5069455

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.6463
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.4635 | 1.0 | 5 | 2.8650 |
49
+ | 2.5314 | 2.0 | 10 | 2.1158 |
50
+ | 1.9819 | 3.0 | 15 | 1.8063 |
51
+ | 1.6986 | 4.0 | 20 | 1.6031 |
52
+ | 1.5730 | 5.0 | 25 | 1.5538 |
53
+ | 1.5102 | 6.0 | 30 | 1.5036 |
54
+ | 1.4481 | 7.0 | 35 | 1.4591 |
55
+ | 1.3779 | 8.0 | 40 | 1.3530 |
56
+ | 1.3051 | 9.0 | 45 | 1.2608 |
57
+ | 1.2610 | 10.0 | 50 | 1.1978 |
58
+ | 1.2074 | 11.0 | 55 | 1.2343 |
59
+ | 1.1567 | 12.0 | 60 | 1.1180 |
60
+ | 1.1375 | 13.0 | 65 | 1.1520 |
61
+ | 1.1428 | 14.0 | 70 | 1.1030 |
62
+ | 1.0972 | 15.0 | 75 | 1.0581 |
63
+ | 1.0503 | 16.0 | 80 | 0.9979 |
64
+ | 0.9758 | 17.0 | 85 | 0.9513 |
65
+ | 0.9473 | 18.0 | 90 | 0.9317 |
66
+ | 0.9206 | 19.0 | 95 | 0.9380 |
67
+ | 0.9384 | 20.0 | 100 | 0.8643 |
68
+ | 0.8769 | 21.0 | 105 | 0.9630 |
69
+ | 0.9673 | 22.0 | 110 | 0.9533 |
70
+ | 0.9098 | 23.0 | 115 | 0.8435 |
71
+ | 0.8675 | 24.0 | 120 | 0.8262 |
72
+ | 0.8382 | 25.0 | 125 | 0.8295 |
73
+ | 0.8148 | 26.0 | 130 | 0.7936 |
74
+ | 0.8002 | 27.0 | 135 | 0.7727 |
75
+ | 0.7794 | 28.0 | 140 | 0.7617 |
76
+ | 0.7631 | 29.0 | 145 | 0.7373 |
77
+ | 0.7419 | 30.0 | 150 | 0.7182 |
78
+ | 0.7297 | 31.0 | 155 | 0.7168 |
79
+ | 0.7208 | 32.0 | 160 | 0.6962 |
80
+ | 0.7054 | 33.0 | 165 | 0.6853 |
81
+ | 0.6964 | 34.0 | 170 | 0.6826 |
82
+ | 0.6895 | 35.0 | 175 | 0.6700 |
83
+ | 0.6787 | 36.0 | 180 | 0.6599 |
84
+ | 0.6689 | 37.0 | 185 | 0.6539 |
85
+ | 0.6651 | 38.0 | 190 | 0.6495 |
86
+ | 0.6646 | 39.0 | 195 | 0.6490 |
87
+ | 0.6592 | 40.0 | 200 | 0.6463 |
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