Alphatao commited on
Commit
dc76726
·
verified ·
1 Parent(s): 0795425

End of training

Browse files
Files changed (3) hide show
  1. README.md +182 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/Qwen2.5-0.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: fe8d8eb3-c8bf-41c5-806b-37f7a662e395
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/Qwen2.5-0.5B
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - ea66d0c68c983721_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/ea66d0c68c983721_train_data.json
32
+ type:
33
+ field_instruction: sentence1
34
+ field_output: sentence2
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ device_map:
41
+ ? ''
42
+ : 0,1,2,3,4,5,6,7
43
+ early_stopping_patience: 2
44
+ eval_max_new_tokens: 128
45
+ eval_steps: 100
46
+ eval_table_size: null
47
+ flash_attention: true
48
+ gradient_accumulation_steps: 8
49
+ gradient_checkpointing: true
50
+ group_by_length: false
51
+ hub_model_id: Alphatao/fe8d8eb3-c8bf-41c5-806b-37f7a662e395
52
+ hub_repo: null
53
+ hub_strategy: null
54
+ hub_token: null
55
+ learning_rate: 0.0002
56
+ load_best_model_at_end: true
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: null
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
+ - o_proj
72
+ lr_scheduler: cosine
73
+ max_grad_norm: 1.0
74
+ max_steps: 7680
75
+ micro_batch_size: 4
76
+ mlflow_experiment_name: /tmp/ea66d0c68c983721_train_data.json
77
+ model_type: AutoModelForCausalLM
78
+ num_epochs: 2
79
+ optimizer: adamw_bnb_8bit
80
+ output_dir: miner_id_24
81
+ pad_to_sequence_len: true
82
+ resume_from_checkpoint: null
83
+ s2_attention: null
84
+ sample_packing: false
85
+ save_steps: 100
86
+ sequence_len: 1024
87
+ strict: false
88
+ tf32: true
89
+ tokenizer_type: AutoTokenizer
90
+ train_on_inputs: false
91
+ trust_remote_code: true
92
+ val_set_size: 0.05
93
+ wandb_entity: null
94
+ wandb_mode: online
95
+ wandb_name: a6f83d3c-a5d6-4fb0-984f-06ddde5e8f44
96
+ wandb_project: Gradients-On-Demand
97
+ wandb_run: your_name
98
+ wandb_runid: a6f83d3c-a5d6-4fb0-984f-06ddde5e8f44
99
+ warmup_steps: 10
100
+ weight_decay: 0.0
101
+ xformers_attention: null
102
+
103
+ ```
104
+
105
+ </details><br>
106
+
107
+ # fe8d8eb3-c8bf-41c5-806b-37f7a662e395
108
+
109
+ This model is a fine-tuned version of [unsloth/Qwen2.5-0.5B](https://huggingface.co/unsloth/Qwen2.5-0.5B) on the None dataset.
110
+ It achieves the following results on the evaluation set:
111
+ - Loss: 1.3488
112
+
113
+ ## Model description
114
+
115
+ More information needed
116
+
117
+ ## Intended uses & limitations
118
+
119
+ More information needed
120
+
121
+ ## Training and evaluation data
122
+
123
+ More information needed
124
+
125
+ ## Training procedure
126
+
127
+ ### Training hyperparameters
128
+
129
+ The following hyperparameters were used during training:
130
+ - learning_rate: 0.0002
131
+ - train_batch_size: 4
132
+ - eval_batch_size: 4
133
+ - seed: 42
134
+ - gradient_accumulation_steps: 8
135
+ - total_train_batch_size: 32
136
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
137
+ - lr_scheduler_type: cosine
138
+ - lr_scheduler_warmup_steps: 10
139
+ - training_steps: 5212
140
+
141
+ ### Training results
142
+
143
+ | Training Loss | Epoch | Step | Validation Loss |
144
+ |:-------------:|:------:|:----:|:---------------:|
145
+ | 4.8428 | 0.0004 | 1 | 4.6827 |
146
+ | 1.7175 | 0.0384 | 100 | 1.7035 |
147
+ | 1.4774 | 0.0767 | 200 | 1.6374 |
148
+ | 1.5973 | 0.1151 | 300 | 1.6064 |
149
+ | 1.4442 | 0.1535 | 400 | 1.5828 |
150
+ | 1.7331 | 0.1919 | 500 | 1.5556 |
151
+ | 1.4103 | 0.2302 | 600 | 1.5370 |
152
+ | 1.1782 | 0.2686 | 700 | 1.5209 |
153
+ | 1.4832 | 0.3070 | 800 | 1.5039 |
154
+ | 1.5766 | 0.3454 | 900 | 1.4915 |
155
+ | 1.3976 | 0.3837 | 1000 | 1.4837 |
156
+ | 1.5218 | 0.4221 | 1100 | 1.4667 |
157
+ | 1.5943 | 0.4605 | 1200 | 1.4576 |
158
+ | 1.3976 | 0.4989 | 1300 | 1.4535 |
159
+ | 1.3621 | 0.5372 | 1400 | 1.4401 |
160
+ | 1.5817 | 0.5756 | 1500 | 1.4286 |
161
+ | 1.0866 | 0.6140 | 1600 | 1.4200 |
162
+ | 1.307 | 0.6524 | 1700 | 1.4056 |
163
+ | 1.3197 | 0.6907 | 1800 | 1.4006 |
164
+ | 1.4547 | 0.7291 | 1900 | 1.3875 |
165
+ | 1.3411 | 0.7675 | 2000 | 1.3820 |
166
+ | 1.3654 | 0.8059 | 2100 | 1.3750 |
167
+ | 1.5037 | 0.8442 | 2200 | 1.3656 |
168
+ | 1.3596 | 0.8826 | 2300 | 1.3536 |
169
+ | 1.2466 | 0.9210 | 2400 | 1.3483 |
170
+ | 1.1555 | 0.9594 | 2500 | 1.3401 |
171
+ | 1.6812 | 0.9977 | 2600 | 1.3363 |
172
+ | 1.0617 | 1.0363 | 2700 | 1.3616 |
173
+ | 1.1065 | 1.0746 | 2800 | 1.3488 |
174
+
175
+
176
+ ### Framework versions
177
+
178
+ - PEFT 0.13.2
179
+ - Transformers 4.46.0
180
+ - Pytorch 2.5.0+cu124
181
+ - Datasets 3.0.1
182
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae94b94c7f733ccabb0f94c5980261fecb5004cb1e7b24b1fd1a0d4ddd1ef273
3
+ size 35313738
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7d3f72101668b3342b3ab8358b94edda33c4095a82e295951e3e6dd638784d6
3
  size 35237104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159137884dd54eb9a302b885a18ed081d43af2d4b292a7bdb12adfe07e1518ba
3
  size 35237104