IParraMartin commited on
Commit
d6a6297
·
verified ·
1 Parent(s): 4a1b6ad

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-fourgram
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-fourgram
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.4904
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
+ | 21.2318 | 1.0 | 96 | 7.0318 |
57
+ | 17.3066 | 2.0 | 192 | 5.8019 |
58
+ | 16.9078 | 3.0 | 288 | 5.6130 |
59
+ | 16.3046 | 4.0 | 384 | 5.3811 |
60
+ | 15.7736 | 5.0 | 480 | 5.1867 |
61
+ | 15.2597 | 6.0 | 576 | 5.0483 |
62
+ | 14.9974 | 7.0 | 672 | 4.9447 |
63
+ | 14.6845 | 8.0 | 768 | 4.8589 |
64
+ | 14.5313 | 9.0 | 864 | 4.7952 |
65
+ | 14.425 | 10.0 | 960 | 4.7419 |
66
+ | 14.09 | 11.0 | 1056 | 4.6954 |
67
+ | 13.959 | 12.0 | 1152 | 4.6586 |
68
+ | 13.9513 | 13.0 | 1248 | 4.6308 |
69
+ | 13.7675 | 14.0 | 1344 | 4.6051 |
70
+ | 13.6601 | 15.0 | 1440 | 4.5844 |
71
+ | 13.5687 | 16.0 | 1536 | 4.5667 |
72
+ | 13.5257 | 17.0 | 1632 | 4.5534 |
73
+ | 13.4789 | 18.0 | 1728 | 4.5398 |
74
+ | 13.4417 | 19.0 | 1824 | 4.5290 |
75
+ | 13.3908 | 20.0 | 1920 | 4.5210 |
76
+ | 13.307 | 21.0 | 2016 | 4.5132 |
77
+ | 13.3016 | 22.0 | 2112 | 4.5081 |
78
+ | 13.2893 | 23.0 | 2208 | 4.5023 |
79
+ | 13.2032 | 24.0 | 2304 | 4.4990 |
80
+ | 13.1012 | 25.0 | 2400 | 4.4962 |
81
+ | 13.1562 | 26.0 | 2496 | 4.4939 |
82
+ | 12.9843 | 27.0 | 2592 | 4.4923 |
83
+ | 13.0885 | 28.0 | 2688 | 4.4913 |
84
+ | 13.0813 | 29.0 | 2784 | 4.4908 |
85
+ | 13.1086 | 30.0 | 2880 | 4.4904 |
86
+ | 13.1765 | 31.0 | 2976 | 4.4904 |
87
+ | 34.9023 | 31.2516 | 3000 | 4.4904 |
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
+ }