arempala commited on
Commit
73214a9
·
verified ·
1 Parent(s): 237f45b

End of training

Browse files
Files changed (2) hide show
  1. README.md +96 -0
  2. generation_config.json +7 -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_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.5857
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 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
+ | 3.6713 | 1.0 | 6 | 3.1066 |
50
+ | 2.6657 | 2.0 | 12 | 2.1494 |
51
+ | 1.9445 | 3.0 | 18 | 1.7102 |
52
+ | 1.6766 | 4.0 | 24 | 1.5843 |
53
+ | 1.5675 | 5.0 | 30 | 1.5400 |
54
+ | 1.514 | 6.0 | 36 | 1.4790 |
55
+ | 1.4359 | 7.0 | 42 | 1.3848 |
56
+ | 1.3846 | 8.0 | 48 | 1.3430 |
57
+ | 1.3429 | 9.0 | 54 | 1.3113 |
58
+ | 1.2695 | 10.0 | 60 | 1.2591 |
59
+ | 1.2346 | 11.0 | 66 | 1.1202 |
60
+ | 1.1799 | 12.0 | 72 | 1.1988 |
61
+ | 1.1394 | 13.0 | 78 | 1.0635 |
62
+ | 1.0823 | 14.0 | 84 | 1.0404 |
63
+ | 1.0411 | 15.0 | 90 | 1.0058 |
64
+ | 1.002 | 16.0 | 96 | 0.9632 |
65
+ | 0.9569 | 17.0 | 102 | 0.9427 |
66
+ | 0.946 | 18.0 | 108 | 0.8890 |
67
+ | 0.9083 | 19.0 | 114 | 0.8726 |
68
+ | 0.8994 | 20.0 | 120 | 0.8342 |
69
+ | 0.8852 | 21.0 | 126 | 0.8450 |
70
+ | 0.8647 | 22.0 | 132 | 0.7971 |
71
+ | 0.8379 | 23.0 | 138 | 0.7805 |
72
+ | 0.8139 | 24.0 | 144 | 0.7417 |
73
+ | 0.7895 | 25.0 | 150 | 0.7641 |
74
+ | 0.8015 | 26.0 | 156 | 0.7093 |
75
+ | 0.7586 | 27.0 | 162 | 0.7121 |
76
+ | 0.7653 | 28.0 | 168 | 0.7131 |
77
+ | 0.7452 | 29.0 | 174 | 0.6806 |
78
+ | 0.7385 | 30.0 | 180 | 0.6572 |
79
+ | 0.7004 | 31.0 | 186 | 0.6542 |
80
+ | 0.6924 | 32.0 | 192 | 0.6507 |
81
+ | 0.6934 | 33.0 | 198 | 0.6411 |
82
+ | 0.6803 | 34.0 | 204 | 0.6227 |
83
+ | 0.6655 | 35.0 | 210 | 0.6102 |
84
+ | 0.657 | 36.0 | 216 | 0.6125 |
85
+ | 0.6514 | 37.0 | 222 | 0.5946 |
86
+ | 0.6528 | 38.0 | 228 | 0.5912 |
87
+ | 0.6493 | 39.0 | 234 | 0.5893 |
88
+ | 0.6398 | 40.0 | 240 | 0.5857 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.48.3
94
+ - Pytorch 2.5.1+cu124
95
+ - Datasets 3.3.2
96
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 3,
6
+ "transformers_version": "4.48.3"
7
+ }