dg7s commited on
Commit
5cce6fd
·
verified ·
1 Parent(s): 29b7e83

End of training

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: calculator_model_test1
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_test1
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.0812
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
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.9229 | 1.0 | 6 | 2.2326 |
50
+ | 2.0049 | 2.0 | 12 | 1.7103 |
51
+ | 1.5420 | 3.0 | 18 | 1.3654 |
52
+ | 1.2160 | 4.0 | 24 | 1.0594 |
53
+ | 1.0152 | 5.0 | 30 | 0.9351 |
54
+ | 0.9045 | 6.0 | 36 | 0.8313 |
55
+ | 0.8259 | 7.0 | 42 | 0.7719 |
56
+ | 0.7393 | 8.0 | 48 | 0.6679 |
57
+ | 0.6706 | 9.0 | 54 | 0.6165 |
58
+ | 0.6159 | 10.0 | 60 | 0.5675 |
59
+ | 0.5727 | 11.0 | 66 | 0.5366 |
60
+ | 0.5439 | 12.0 | 72 | 0.4941 |
61
+ | 0.5177 | 13.0 | 78 | 0.4715 |
62
+ | 0.4960 | 14.0 | 84 | 0.4656 |
63
+ | 0.4791 | 15.0 | 90 | 0.4849 |
64
+ | 0.4674 | 16.0 | 96 | 0.4290 |
65
+ | 0.4400 | 17.0 | 102 | 0.4014 |
66
+ | 0.4173 | 18.0 | 108 | 0.3741 |
67
+ | 0.3855 | 19.0 | 114 | 0.3403 |
68
+ | 0.3612 | 20.0 | 120 | 0.3264 |
69
+ | 0.3450 | 21.0 | 126 | 0.3056 |
70
+ | 0.3191 | 22.0 | 132 | 0.2809 |
71
+ | 0.2951 | 23.0 | 138 | 0.2809 |
72
+ | 0.2872 | 24.0 | 144 | 0.2439 |
73
+ | 0.2758 | 25.0 | 150 | 0.2237 |
74
+ | 0.2452 | 26.0 | 156 | 0.2104 |
75
+ | 0.2263 | 27.0 | 162 | 0.1879 |
76
+ | 0.2083 | 28.0 | 168 | 0.1739 |
77
+ | 0.1974 | 29.0 | 174 | 0.1584 |
78
+ | 0.1776 | 30.0 | 180 | 0.1451 |
79
+ | 0.1669 | 31.0 | 186 | 0.1376 |
80
+ | 0.1565 | 32.0 | 192 | 0.1234 |
81
+ | 0.1502 | 33.0 | 198 | 0.1140 |
82
+ | 0.1403 | 34.0 | 204 | 0.1007 |
83
+ | 0.1341 | 35.0 | 210 | 0.0964 |
84
+ | 0.1284 | 36.0 | 216 | 0.0911 |
85
+ | 0.1234 | 37.0 | 222 | 0.0865 |
86
+ | 0.1154 | 38.0 | 228 | 0.0845 |
87
+ | 0.1172 | 39.0 | 234 | 0.0826 |
88
+ | 0.1149 | 40.0 | 240 | 0.0812 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 5.0.0
94
+ - Pytorch 2.10.0+cpu
95
+ - Datasets 4.0.0
96
+ - Tokenizers 0.22.2