imdatta0 commited on
Commit
51d7567
1 Parent(s): 92215af

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: pints_paged_adamw_32bit_warmup0.02
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
+ # pints_paged_adamw_32bit_warmup0.02
14
+
15
+ This model was trained from scratch on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 7.4135
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: 5e-05
37
+ - train_batch_size: 1
38
+ - eval_batch_size: 1
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 2048
41
+ - total_train_batch_size: 2048
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_ratio: 0.01
45
+ - num_epochs: 1
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:------:|:----:|:---------------:|
51
+ | 10.8665 | 0.0020 | 208 | 10.5405 |
52
+ | 9.771 | 0.0040 | 416 | 9.3305 |
53
+ | 8.9825 | 0.0060 | 624 | 8.5321 |
54
+ | 8.2362 | 0.0080 | 832 | 7.9837 |
55
+ | 7.8471 | 0.0100 | 1040 | 7.6779 |
56
+ | 7.5529 | 0.0120 | 1248 | 7.4253 |
57
+ | 7.3361 | 0.0140 | 1456 | 7.2233 |
58
+ | 7.137 | 0.0160 | 1664 | 7.0466 |
59
+ | 7.0123 | 0.0180 | 1872 | 6.9768 |
60
+ | 6.9564 | 0.0200 | 2080 | 6.9193 |
61
+ | 6.9615 | 0.0220 | 2288 | 6.9234 |
62
+ | 6.9531 | 0.0240 | 2496 | 6.9235 |
63
+ | 6.9675 | 0.0260 | 2704 | 6.9571 |
64
+ | 6.9392 | 0.0280 | 2912 | 6.9076 |
65
+ | 7.3212 | 0.9604 | 3120 | 7.4135 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.3.0+cu121
72
+ - Datasets 2.21.0
73
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": 1,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.44.2"
8
+ }