lesso14 commited on
Commit
2883e4d
·
verified ·
1 Parent(s): ec8d834

End of training

Browse files
Files changed (3) hide show
  1. README.md +206 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: echarlaix/tiny-random-PhiForCausalLM
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 6a18706f-1f89-4af9-a79b-aa75bcf38fa7
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: echarlaix/tiny-random-PhiForCausalLM
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 7462b07f6259b24d_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/7462b07f6259b24d_train_data.json
32
+ type:
33
+ field_instruction: startphrase
34
+ field_output: gold-ending
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ do_eval: true
42
+ early_stopping_patience: 3
43
+ eval_batch_size: 4
44
+ eval_max_new_tokens: 128
45
+ eval_steps: 500
46
+ evals_per_epoch: null
47
+ flash_attention: true
48
+ fp16: false
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 8
52
+ gradient_checkpointing: true
53
+ group_by_length: true
54
+ hub_model_id: lesso14/6a18706f-1f89-4af9-a79b-aa75bcf38fa7
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.000214
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: 50
63
+ lora_alpha: 128
64
+ lora_dropout: 0.15
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 64
68
+ lora_target_linear: true
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_steps: 50000
72
+ micro_batch_size: 4
73
+ mlflow_experiment_name: /tmp/7462b07f6259b24d_train_data.json
74
+ model_type: AutoModelForCausalLM
75
+ num_epochs: 10
76
+ optimizer: adamw_torch_fused
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: 500
83
+ saves_per_epoch: null
84
+ seed: 140
85
+ sequence_len: 1024
86
+ special_tokens:
87
+ pad_token: <|endoftext|>
88
+ strict: false
89
+ tf32: true
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.05
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: 9611c628-3f80-4127-8fd5-47e5a88912ed
97
+ wandb_project: 14a
98
+ wandb_run: your_name
99
+ wandb_runid: 9611c628-3f80-4127-8fd5-47e5a88912ed
100
+ warmup_steps: 100
101
+ weight_decay: 0.0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 6a18706f-1f89-4af9-a79b-aa75bcf38fa7
109
+
110
+ This model is a fine-tuned version of [echarlaix/tiny-random-PhiForCausalLM](https://huggingface.co/echarlaix/tiny-random-PhiForCausalLM) on the None dataset.
111
+ It achieves the following results on the evaluation set:
112
+ - Loss: 6.7381
113
+
114
+ ## Model description
115
+
116
+ More information needed
117
+
118
+ ## Intended uses & limitations
119
+
120
+ More information needed
121
+
122
+ ## Training and evaluation data
123
+
124
+ More information needed
125
+
126
+ ## Training procedure
127
+
128
+ ### Training hyperparameters
129
+
130
+ The following hyperparameters were used during training:
131
+ - learning_rate: 0.000214
132
+ - train_batch_size: 4
133
+ - eval_batch_size: 4
134
+ - seed: 140
135
+ - gradient_accumulation_steps: 8
136
+ - total_train_batch_size: 32
137
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 100
140
+ - training_steps: 27536
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:-----:|:---------------:|
146
+ | No log | 0.0004 | 1 | 6.9353 |
147
+ | 6.8024 | 0.1816 | 500 | 6.7948 |
148
+ | 6.7909 | 0.3632 | 1000 | 6.7805 |
149
+ | 6.7839 | 0.5447 | 1500 | 6.7707 |
150
+ | 6.7782 | 0.7263 | 2000 | 6.7665 |
151
+ | 6.7752 | 0.9079 | 2500 | 6.7620 |
152
+ | 6.7731 | 1.0896 | 3000 | 6.7585 |
153
+ | 6.7665 | 1.2712 | 3500 | 6.7563 |
154
+ | 6.7647 | 1.4528 | 4000 | 6.7555 |
155
+ | 6.7693 | 1.6343 | 4500 | 6.7542 |
156
+ | 6.7655 | 1.8159 | 5000 | 6.7526 |
157
+ | 6.7691 | 1.9975 | 5500 | 6.7526 |
158
+ | 6.7587 | 2.1792 | 6000 | 6.7495 |
159
+ | 6.7598 | 2.3608 | 6500 | 6.7491 |
160
+ | 6.7643 | 2.5424 | 7000 | 6.7475 |
161
+ | 6.7603 | 2.7240 | 7500 | 6.7470 |
162
+ | 6.7626 | 2.9055 | 8000 | 6.7467 |
163
+ | 6.7655 | 3.0872 | 8500 | 6.7455 |
164
+ | 6.7542 | 3.2688 | 9000 | 6.7447 |
165
+ | 6.7588 | 3.4504 | 9500 | 6.7444 |
166
+ | 6.7615 | 3.6320 | 10000 | 6.7439 |
167
+ | 6.7594 | 3.8136 | 10500 | 6.7434 |
168
+ | 6.7554 | 3.9951 | 11000 | 6.7427 |
169
+ | 6.7579 | 4.1769 | 11500 | 6.7426 |
170
+ | 6.7579 | 4.3584 | 12000 | 6.7423 |
171
+ | 6.7618 | 4.5400 | 12500 | 6.7421 |
172
+ | 6.7577 | 4.7216 | 13000 | 6.7415 |
173
+ | 6.758 | 4.9032 | 13500 | 6.7417 |
174
+ | 6.7564 | 5.0849 | 14000 | 6.7413 |
175
+ | 6.7575 | 5.2665 | 14500 | 6.7409 |
176
+ | 6.7554 | 5.4480 | 15000 | 6.7403 |
177
+ | 6.7527 | 5.6296 | 15500 | 6.7403 |
178
+ | 6.7581 | 5.8112 | 16000 | 6.7402 |
179
+ | 6.7663 | 5.9928 | 16500 | 6.7398 |
180
+ | 6.765 | 6.1745 | 17000 | 6.7397 |
181
+ | 6.7492 | 6.3561 | 17500 | 6.7396 |
182
+ | 6.7621 | 6.5377 | 18000 | 6.7392 |
183
+ | 6.7587 | 6.7192 | 18500 | 6.7391 |
184
+ | 6.7595 | 6.9008 | 19000 | 6.7388 |
185
+ | 6.7544 | 7.0825 | 19500 | 6.7388 |
186
+ | 6.76 | 7.2641 | 20000 | 6.7387 |
187
+ | 6.7539 | 7.4457 | 20500 | 6.7386 |
188
+ | 6.7574 | 7.6273 | 21000 | 6.7385 |
189
+ | 6.7517 | 7.8088 | 21500 | 6.7384 |
190
+ | 6.7531 | 7.9904 | 22000 | 6.7383 |
191
+ | 6.756 | 8.1721 | 22500 | 6.7381 |
192
+ | 6.754 | 8.3537 | 23000 | 6.7381 |
193
+ | 6.7558 | 8.5353 | 23500 | 6.7381 |
194
+ | 6.7533 | 8.7169 | 24000 | 6.7380 |
195
+ | 6.7583 | 8.8985 | 24500 | 6.7384 |
196
+ | 6.7586 | 9.0802 | 25000 | 6.7384 |
197
+ | 6.7559 | 9.2617 | 25500 | 6.7381 |
198
+
199
+
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
203
+ - Transformers 4.46.0
204
+ - Pytorch 2.5.0+cu124
205
+ - Datasets 3.0.1
206
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae94f79fe504981c8be509bb33fa92629d8f28ce649dbfd111e8046308d99ff6
3
+ size 344703
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb834eab847e8e28dec407e59bb0d8e4fb19cd54d9f3d073943c433681e78580
3
  size 338298
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a13f7461cde23764fc92f7902c1961b3f2aea6f454fbdc007fcad32687e506
3
  size 338298