IParraMartin commited on
Commit
1414952
·
verified ·
1 Parent(s): e751ab0

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-trigram
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-trigram
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: 4.3113
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
+ | 14.1482 | 1.0 | 96 | 6.9646 |
57
+ | 11.4328 | 2.0 | 192 | 5.6992 |
58
+ | 11.1488 | 3.0 | 288 | 5.5112 |
59
+ | 10.5646 | 4.0 | 384 | 5.2485 |
60
+ | 10.2163 | 5.0 | 480 | 5.0376 |
61
+ | 9.8751 | 6.0 | 576 | 4.8854 |
62
+ | 9.6552 | 7.0 | 672 | 4.7683 |
63
+ | 9.4312 | 8.0 | 768 | 4.6836 |
64
+ | 9.301 | 9.0 | 864 | 4.6148 |
65
+ | 9.2448 | 10.0 | 960 | 4.5597 |
66
+ | 9.1271 | 11.0 | 1056 | 4.5156 |
67
+ | 9.0854 | 12.0 | 1152 | 4.4794 |
68
+ | 8.9255 | 13.0 | 1248 | 4.4493 |
69
+ | 8.8784 | 14.0 | 1344 | 4.4255 |
70
+ | 8.7833 | 15.0 | 1440 | 4.4035 |
71
+ | 8.6755 | 16.0 | 1536 | 4.3862 |
72
+ | 8.6895 | 17.0 | 1632 | 4.3722 |
73
+ | 8.6269 | 18.0 | 1728 | 4.3582 |
74
+ | 8.5067 | 19.0 | 1824 | 4.3492 |
75
+ | 8.4444 | 20.0 | 1920 | 4.3404 |
76
+ | 8.5608 | 21.0 | 2016 | 4.3332 |
77
+ | 8.4592 | 22.0 | 2112 | 4.3274 |
78
+ | 8.4261 | 23.0 | 2208 | 4.3233 |
79
+ | 8.471 | 24.0 | 2304 | 4.3193 |
80
+ | 8.3813 | 25.0 | 2400 | 4.3163 |
81
+ | 8.3404 | 26.0 | 2496 | 4.3149 |
82
+ | 8.3891 | 27.0 | 2592 | 4.3132 |
83
+ | 8.3628 | 28.0 | 2688 | 4.3122 |
84
+ | 8.4306 | 29.0 | 2784 | 4.3117 |
85
+ | 8.2589 | 30.0 | 2880 | 4.3113 |
86
+ | 8.247 | 31.0 | 2976 | 4.3113 |
87
+ | 33.3577 | 31.2520 | 3000 | 4.3113 |
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
+ }