Romain-XV commited on
Commit
68793dd
·
verified ·
1 Parent(s): da41c83

End of training

Browse files
Files changed (3) hide show
  1. README.md +200 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.1
4
+ base_model: unsloth/Llama-3.1-Storm-8B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 8b6619f1-e8e2-4475-a003-33211e86f690
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: unsloth/Llama-3.1-Storm-8B
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - b51894bc358e69ef_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/b51894bc358e69ef_train_data.json
32
+ type:
33
+ field_instruction: question_en
34
+ field_output: chosen_en
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ early_stopping_patience: 30
42
+ eval_max_new_tokens: 128
43
+ eval_steps: 50
44
+ eval_table_size: null
45
+ flash_attention: true
46
+ fp16: null
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 16
50
+ gradient_checkpointing: true
51
+ group_by_length: false
52
+ hub_model_id: Romain-XV/8b6619f1-e8e2-4475-a003-33211e86f690
53
+ hub_repo: null
54
+ hub_strategy: checkpoint
55
+ hub_token: null
56
+ learning_rate: 0.0002
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
+ local_rank: null
60
+ logging_steps: 1
61
+ lora_alpha: 32
62
+ lora_dropout: 0.05
63
+ lora_fan_in_fan_out: true
64
+ lora_model_dir: null
65
+ lora_r: 16
66
+ lora_target_linear: true
67
+ lora_target_modules:
68
+ - q_proj
69
+ - k_proj
70
+ - v_proj
71
+ lr_scheduler: cosine
72
+ micro_batch_size: 4
73
+ mlflow_experiment_name: /tmp/b51894bc358e69ef_train_data.json
74
+ model_type: AutoModelForCausalLM
75
+ num_epochs: 2
76
+ optimizer: adamw_bnb_8bit
77
+ output_dir: miner_id_24
78
+ pad_to_sequence_len: true
79
+ resume_from_checkpoint: null
80
+ s2_attention: null
81
+ sample_packing: false
82
+ save_steps: 100
83
+ sequence_len: 2048
84
+ strict: false
85
+ tf32: true
86
+ tokenizer_type: AutoTokenizer
87
+ train_on_inputs: false
88
+ trust_remote_code: true
89
+ val_set_size: 0.05
90
+ wandb_entity: null
91
+ wandb_mode: online
92
+ wandb_name: 80865761-d38a-4c48-9ea1-fb8848e26565
93
+ wandb_project: Gradients-On-Demand
94
+ wandb_run: your_name
95
+ wandb_runid: 80865761-d38a-4c48-9ea1-fb8848e26565
96
+ warmup_steps: 10
97
+ weight_decay: 0.0
98
+ xformers_attention: null
99
+
100
+ ```
101
+
102
+ </details><br>
103
+
104
+ # 8b6619f1-e8e2-4475-a003-33211e86f690
105
+
106
+ This model is a fine-tuned version of [unsloth/Llama-3.1-Storm-8B](https://huggingface.co/unsloth/Llama-3.1-Storm-8B) on the None dataset.
107
+ It achieves the following results on the evaluation set:
108
+ - Loss: 1.1177
109
+
110
+ ## Model description
111
+
112
+ More information needed
113
+
114
+ ## Intended uses & limitations
115
+
116
+ More information needed
117
+
118
+ ## Training and evaluation data
119
+
120
+ More information needed
121
+
122
+ ## Training procedure
123
+
124
+ ### Training hyperparameters
125
+
126
+ The following hyperparameters were used during training:
127
+ - learning_rate: 0.0002
128
+ - train_batch_size: 4
129
+ - eval_batch_size: 4
130
+ - seed: 42
131
+ - gradient_accumulation_steps: 16
132
+ - total_train_batch_size: 64
133
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - num_epochs: 2
137
+
138
+ ### Training results
139
+
140
+ | Training Loss | Epoch | Step | Validation Loss |
141
+ |:-------------:|:------:|:----:|:---------------:|
142
+ | 2.0186 | 0.0008 | 1 | 2.0494 |
143
+ | 1.4436 | 0.0406 | 50 | 1.3902 |
144
+ | 1.2774 | 0.0812 | 100 | 1.3402 |
145
+ | 1.3279 | 0.1218 | 150 | 1.3092 |
146
+ | 1.2515 | 0.1625 | 200 | 1.2914 |
147
+ | 1.2672 | 0.2031 | 250 | 1.2785 |
148
+ | 1.2416 | 0.2437 | 300 | 1.2647 |
149
+ | 1.2159 | 0.2843 | 350 | 1.2555 |
150
+ | 1.1702 | 0.3249 | 400 | 1.2434 |
151
+ | 1.2178 | 0.3655 | 450 | 1.2364 |
152
+ | 1.3226 | 0.4062 | 500 | 1.2286 |
153
+ | 1.1198 | 0.4468 | 550 | 1.2208 |
154
+ | 1.2484 | 0.4874 | 600 | 1.2148 |
155
+ | 1.1048 | 0.5280 | 650 | 1.2099 |
156
+ | 1.2055 | 0.5686 | 700 | 1.2041 |
157
+ | 1.219 | 0.6092 | 750 | 1.1982 |
158
+ | 1.2205 | 0.6498 | 800 | 1.1918 |
159
+ | 1.275 | 0.6905 | 850 | 1.1856 |
160
+ | 1.1738 | 0.7311 | 900 | 1.1803 |
161
+ | 1.1674 | 0.7717 | 950 | 1.1752 |
162
+ | 1.1784 | 0.8123 | 1000 | 1.1705 |
163
+ | 1.1904 | 0.8529 | 1050 | 1.1673 |
164
+ | 1.1293 | 0.8935 | 1100 | 1.1626 |
165
+ | 1.1344 | 0.9342 | 1150 | 1.1571 |
166
+ | 1.1763 | 0.9748 | 1200 | 1.1534 |
167
+ | 1.0566 | 1.0154 | 1250 | 1.1584 |
168
+ | 1.0529 | 1.0560 | 1300 | 1.1588 |
169
+ | 1.1357 | 1.0966 | 1350 | 1.1547 |
170
+ | 1.0739 | 1.1372 | 1400 | 1.1519 |
171
+ | 0.9531 | 1.1778 | 1450 | 1.1495 |
172
+ | 1.0049 | 1.2185 | 1500 | 1.1456 |
173
+ | 0.9675 | 1.2591 | 1550 | 1.1431 |
174
+ | 0.9961 | 1.2997 | 1600 | 1.1408 |
175
+ | 0.9481 | 1.3403 | 1650 | 1.1355 |
176
+ | 0.9777 | 1.3809 | 1700 | 1.1339 |
177
+ | 1.031 | 1.4215 | 1750 | 1.1327 |
178
+ | 1.0313 | 1.4622 | 1800 | 1.1315 |
179
+ | 0.932 | 1.5028 | 1850 | 1.1272 |
180
+ | 1.003 | 1.5434 | 1900 | 1.1260 |
181
+ | 1.0032 | 1.5840 | 1950 | 1.1236 |
182
+ | 0.913 | 1.6246 | 2000 | 1.1231 |
183
+ | 0.9941 | 1.6652 | 2050 | 1.1222 |
184
+ | 0.9415 | 1.7058 | 2100 | 1.1204 |
185
+ | 1.0222 | 1.7465 | 2150 | 1.1188 |
186
+ | 0.9803 | 1.7871 | 2200 | 1.1183 |
187
+ | 0.9454 | 1.8277 | 2250 | 1.1181 |
188
+ | 0.988 | 1.8683 | 2300 | 1.1182 |
189
+ | 0.9538 | 1.9089 | 2350 | 1.1179 |
190
+ | 0.9843 | 1.9495 | 2400 | 1.1179 |
191
+ | 0.8832 | 1.9902 | 2450 | 1.1177 |
192
+
193
+
194
+ ### Framework versions
195
+
196
+ - PEFT 0.13.2
197
+ - Transformers 4.46.0
198
+ - Pytorch 2.5.0+cu124
199
+ - Datasets 3.0.1
200
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1d68451903a997ea36fefe2e379f74e28af49780e1c6f9feb91ddbb1b988fb
3
+ size 167934026
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cf8fdb65fdc7619c8a50bac15b9d236425aba80d175685f707f3500f6e25bf0
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc270687802faf974ac46a6f3860776d9c84f7da8a821744e61f3ed8b45a3f0
3
  size 167832240