IParraMartin commited on
Commit
f024190
·
verified ·
1 Parent(s): 50478a8

End of training

Browse files
Files changed (2) hide show
  1. README.md +95 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: impossible-llms-english-random
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
+ # impossible-llms-english-random
14
+
15
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 5.0462
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.0001
37
+ - train_batch_size: 12
38
+ - eval_batch_size: 8
39
+ - seed: 0
40
+ - distributed_type: multi-GPU
41
+ - num_devices: 4
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 384
44
+ - total_eval_batch_size: 32
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 3000
49
+ - mixed_precision_training: Native AMP
50
+ - label_smoothing_factor: 0.1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-------:|:----:|:---------------:|
56
+ | 35.913 | 1.0 | 95 | 7.1506 |
57
+ | 30.1513 | 2.0 | 190 | 5.9945 |
58
+ | 29.2184 | 3.0 | 285 | 5.8395 |
59
+ | 28.5279 | 4.0 | 380 | 5.6620 |
60
+ | 27.8359 | 5.0 | 475 | 5.5429 |
61
+ | 27.5482 | 6.0 | 570 | 5.4532 |
62
+ | 27.0829 | 7.0 | 665 | 5.3803 |
63
+ | 26.7397 | 8.0 | 760 | 5.3227 |
64
+ | 26.4572 | 9.0 | 855 | 5.2749 |
65
+ | 26.2057 | 10.0 | 950 | 5.2360 |
66
+ | 25.9724 | 11.0 | 1045 | 5.2010 |
67
+ | 25.7457 | 12.0 | 1140 | 5.1755 |
68
+ | 25.7047 | 13.0 | 1235 | 5.1526 |
69
+ | 25.5117 | 14.0 | 1330 | 5.1328 |
70
+ | 25.3094 | 15.0 | 1425 | 5.1168 |
71
+ | 25.0625 | 16.0 | 1520 | 5.1017 |
72
+ | 24.9048 | 17.0 | 1615 | 5.0899 |
73
+ | 25.1186 | 18.0 | 1710 | 5.0804 |
74
+ | 25.0563 | 19.0 | 1805 | 5.0721 |
75
+ | 24.8198 | 20.0 | 1900 | 5.0669 |
76
+ | 24.7689 | 21.0 | 1995 | 5.0611 |
77
+ | 24.8698 | 22.0 | 2090 | 5.0565 |
78
+ | 24.5199 | 23.0 | 2185 | 5.0543 |
79
+ | 24.8015 | 24.0 | 2280 | 5.0501 |
80
+ | 24.4517 | 25.0 | 2375 | 5.0494 |
81
+ | 24.5355 | 26.0 | 2470 | 5.0486 |
82
+ | 24.5157 | 27.0 | 2565 | 5.0473 |
83
+ | 24.6138 | 28.0 | 2660 | 5.0470 |
84
+ | 24.4382 | 29.0 | 2755 | 5.0465 |
85
+ | 24.4547 | 30.0 | 2850 | 5.0463 |
86
+ | 24.4558 | 31.0 | 2945 | 5.0462 |
87
+ | 39.0136 | 31.5812 | 3000 | 5.0462 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.49.0
93
+ - Pytorch 2.4.0+cu121
94
+ - Datasets 3.4.0
95
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.49.0"
6
+ }