barbarabb commited on
Commit
be06aad
·
verified ·
1 Parent(s): 11e1694

End of training

Browse files
Files changed (2) hide show
  1. README.md +95 -0
  2. generation_config.json +7 -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.6968
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
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 3.4016 | 1.0 | 6 | 2.7548 |
49
+ | 2.4113 | 2.0 | 12 | 1.9763 |
50
+ | 1.8198 | 3.0 | 18 | 1.7136 |
51
+ | 1.6501 | 4.0 | 24 | 1.5981 |
52
+ | 1.5935 | 5.0 | 30 | 1.8221 |
53
+ | 1.6315 | 6.0 | 36 | 1.5616 |
54
+ | 1.517 | 7.0 | 42 | 1.5486 |
55
+ | 1.5428 | 8.0 | 48 | 1.5514 |
56
+ | 1.5141 | 9.0 | 54 | 1.5408 |
57
+ | 1.4794 | 10.0 | 60 | 1.4949 |
58
+ | 1.4543 | 11.0 | 66 | 1.4572 |
59
+ | 1.3969 | 12.0 | 72 | 1.4083 |
60
+ | 1.3618 | 13.0 | 78 | 1.4682 |
61
+ | 1.3821 | 14.0 | 84 | 1.3403 |
62
+ | 1.3074 | 15.0 | 90 | 1.2534 |
63
+ | 1.2315 | 16.0 | 96 | 1.2563 |
64
+ | 1.1914 | 17.0 | 102 | 1.2468 |
65
+ | 1.1783 | 18.0 | 108 | 1.1124 |
66
+ | 1.1323 | 19.0 | 114 | 1.0756 |
67
+ | 1.0616 | 20.0 | 120 | 1.0507 |
68
+ | 1.0337 | 21.0 | 126 | 0.9989 |
69
+ | 0.9947 | 22.0 | 132 | 0.9760 |
70
+ | 0.9878 | 23.0 | 138 | 0.9351 |
71
+ | 0.942 | 24.0 | 144 | 0.9184 |
72
+ | 0.928 | 25.0 | 150 | 0.9415 |
73
+ | 0.9594 | 26.0 | 156 | 0.8797 |
74
+ | 0.9115 | 27.0 | 162 | 0.8550 |
75
+ | 0.8768 | 28.0 | 168 | 0.8376 |
76
+ | 0.8587 | 29.0 | 174 | 0.8375 |
77
+ | 0.8481 | 30.0 | 180 | 0.8013 |
78
+ | 0.8344 | 31.0 | 186 | 0.8112 |
79
+ | 0.8215 | 32.0 | 192 | 0.7831 |
80
+ | 0.8095 | 33.0 | 198 | 0.7643 |
81
+ | 0.7946 | 34.0 | 204 | 0.7568 |
82
+ | 0.7808 | 35.0 | 210 | 0.7311 |
83
+ | 0.7696 | 36.0 | 216 | 0.7247 |
84
+ | 0.75 | 37.0 | 222 | 0.7109 |
85
+ | 0.7464 | 38.0 | 228 | 0.7044 |
86
+ | 0.7408 | 39.0 | 234 | 0.6994 |
87
+ | 0.7476 | 40.0 | 240 | 0.6968 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.50.2
93
+ - Pytorch 2.6.0+cu124
94
+ - Datasets 3.5.0
95
+ - Tokenizers 0.21.1
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.50.2"
7
+ }