Files changed (1) hide show
  1. README.md +206 -192
README.md CHANGED
@@ -1,193 +1,207 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-0.5B
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: f87e679b-c53c-4329-91ad-e5779b032904
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: Qwen/Qwen2.5-0.5B
23
- bf16: auto
24
- chat_template: llama3
25
- cosine_min_lr_ratio: 0.1
26
- data_processes: 4
27
- dataset_prepared_path: null
28
- datasets:
29
- - data_files:
30
- - 59ef974de77522a8_train_data.json
31
- ds_type: json
32
- format: custom
33
- num_proc: 4
34
- path: /workspace/input_data/59ef974de77522a8_train_data.json
35
- streaming: true
36
- type:
37
- field_input: playlist
38
- field_instruction: content
39
- field_output: file_name
40
- format: '{instruction} {input}'
41
- no_input_format: '{instruction}'
42
- system_format: '{system}'
43
- system_prompt: ''
44
- debug: null
45
- deepspeed: null
46
- device_map:
47
- lm_head: 3
48
- model.embed_tokens: 0
49
- model.layers.0: 0
50
- model.layers.1: 0
51
- model.layers.10: 3
52
- model.layers.11: 3
53
- model.layers.2: 0
54
- model.layers.3: 1
55
- model.layers.4: 1
56
- model.layers.5: 1
57
- model.layers.6: 2
58
- model.layers.7: 2
59
- model.layers.8: 2
60
- model.layers.9: 3
61
- model.norm: 3
62
- do_eval: true
63
- early_stopping_patience: 1
64
- eval_batch_size: 1
65
- eval_sample_packing: false
66
- eval_steps: 25
67
- evaluation_strategy: steps
68
- flash_attention: false
69
- fp16: null
70
- fsdp: null
71
- fsdp_config: null
72
- gradient_accumulation_steps: 32
73
- gradient_checkpointing: true
74
- group_by_length: true
75
- hub_model_id: dada22231/f87e679b-c53c-4329-91ad-e5779b032904
76
- hub_strategy: checkpoint
77
- hub_token: null
78
- learning_rate: 0.0001
79
- load_in_4bit: false
80
- load_in_8bit: false
81
- local_rank: null
82
- logging_steps: 1
83
- lora_alpha: 64
84
- lora_dropout: 0.05
85
- lora_fan_in_fan_out: null
86
- lora_model_dir: null
87
- lora_r: 32
88
- lora_target_linear: true
89
- lora_target_modules:
90
- - q_proj
91
- - v_proj
92
- lr_scheduler: cosine
93
- max_grad_norm: 0.3
94
- max_memory:
95
- 0: 60GB
96
- 1: 70GB
97
- 2: 70GB
98
- 3: 70GB
99
- cpu: 96GB
100
- max_steps: 50
101
- micro_batch_size: 1
102
- mixed_precision: bf16
103
- mlflow_experiment_name: /tmp/59ef974de77522a8_train_data.json
104
- model_type: AutoModelForCausalLM
105
- num_epochs: 3
106
- optim_args:
107
- adam_beta1: 0.9
108
- adam_beta2: 0.95
109
- adam_epsilon: 1e-5
110
- optimizer: adamw_torch
111
- output_dir: miner_id_24
112
- pad_to_sequence_len: true
113
- resume_from_checkpoint: null
114
- s2_attention: null
115
- sample_packing: false
116
- save_steps: 25
117
- save_strategy: steps
118
- sequence_len: 2048
119
- strict: false
120
- tf32: false
121
- tokenizer_type: AutoTokenizer
122
- torch_compile: false
123
- torch_dtype: bfloat16
124
- train_on_inputs: false
125
- trust_remote_code: true
126
- use_cache: false
127
- val_set_size: 50
128
- wandb_entity: null
129
- wandb_mode: online
130
- wandb_name: f87e679b-c53c-4329-91ad-e5779b032904
131
- wandb_project: Public_TuningSN
132
- wandb_runid: f87e679b-c53c-4329-91ad-e5779b032904
133
- warmup_ratio: 0.05
134
- weight_decay: 0.01
135
- xformers_attention: null
136
-
137
- ```
138
-
139
- </details><br>
140
-
141
- # f87e679b-c53c-4329-91ad-e5779b032904
142
-
143
- This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B) on the None dataset.
144
- It achieves the following results on the evaluation set:
145
- - Loss: 2.0475
146
-
147
- ## Model description
148
-
149
- More information needed
150
-
151
- ## Intended uses & limitations
152
-
153
- More information needed
154
-
155
- ## Training and evaluation data
156
-
157
- More information needed
158
-
159
- ## Training procedure
160
-
161
- ### Training hyperparameters
162
-
163
- The following hyperparameters were used during training:
164
- - learning_rate: 0.0001
165
- - train_batch_size: 1
166
- - eval_batch_size: 1
167
- - seed: 42
168
- - distributed_type: multi-GPU
169
- - num_devices: 4
170
- - gradient_accumulation_steps: 32
171
- - total_train_batch_size: 128
172
- - total_eval_batch_size: 4
173
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
174
- - lr_scheduler_type: cosine
175
- - lr_scheduler_warmup_steps: 2
176
- - training_steps: 50
177
-
178
- ### Training results
179
-
180
- | Training Loss | Epoch | Step | Validation Loss |
181
- |:-------------:|:------:|:----:|:---------------:|
182
- | 3.6868 | 0.0286 | 1 | 4.3013 |
183
- | 2.8598 | 0.7156 | 25 | 2.2346 |
184
- | 1.7957 | 1.4374 | 50 | 2.0475 |
185
-
186
-
187
- ### Framework versions
188
-
189
- - PEFT 0.13.2
190
- - Transformers 4.46.0
191
- - Pytorch 2.5.0+cu124
192
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  - Tokenizers 0.20.1
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-0.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ language:
9
+ - zho
10
+ - eng
11
+ - fra
12
+ - spa
13
+ - por
14
+ - deu
15
+ - ita
16
+ - rus
17
+ - jpn
18
+ - kor
19
+ - vie
20
+ - tha
21
+ - ara
22
+ model-index:
23
+ - name: f87e679b-c53c-4329-91ad-e5779b032904
24
+ results: []
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ [<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)
31
+ <details><summary>See axolotl config</summary>
32
+
33
+ axolotl version: `0.4.1`
34
+ ```yaml
35
+ adapter: lora
36
+ base_model: Qwen/Qwen2.5-0.5B
37
+ bf16: auto
38
+ chat_template: llama3
39
+ cosine_min_lr_ratio: 0.1
40
+ data_processes: 4
41
+ dataset_prepared_path: null
42
+ datasets:
43
+ - data_files:
44
+ - 59ef974de77522a8_train_data.json
45
+ ds_type: json
46
+ format: custom
47
+ num_proc: 4
48
+ path: /workspace/input_data/59ef974de77522a8_train_data.json
49
+ streaming: true
50
+ type:
51
+ field_input: playlist
52
+ field_instruction: content
53
+ field_output: file_name
54
+ format: '{instruction} {input}'
55
+ no_input_format: '{instruction}'
56
+ system_format: '{system}'
57
+ system_prompt: ''
58
+ debug: null
59
+ deepspeed: null
60
+ device_map:
61
+ lm_head: 3
62
+ model.embed_tokens: 0
63
+ model.layers.0: 0
64
+ model.layers.1: 0
65
+ model.layers.10: 3
66
+ model.layers.11: 3
67
+ model.layers.2: 0
68
+ model.layers.3: 1
69
+ model.layers.4: 1
70
+ model.layers.5: 1
71
+ model.layers.6: 2
72
+ model.layers.7: 2
73
+ model.layers.8: 2
74
+ model.layers.9: 3
75
+ model.norm: 3
76
+ do_eval: true
77
+ early_stopping_patience: 1
78
+ eval_batch_size: 1
79
+ eval_sample_packing: false
80
+ eval_steps: 25
81
+ evaluation_strategy: steps
82
+ flash_attention: false
83
+ fp16: null
84
+ fsdp: null
85
+ fsdp_config: null
86
+ gradient_accumulation_steps: 32
87
+ gradient_checkpointing: true
88
+ group_by_length: true
89
+ hub_model_id: dada22231/f87e679b-c53c-4329-91ad-e5779b032904
90
+ hub_strategy: checkpoint
91
+ hub_token: null
92
+ learning_rate: 0.0001
93
+ load_in_4bit: false
94
+ load_in_8bit: false
95
+ local_rank: null
96
+ logging_steps: 1
97
+ lora_alpha: 64
98
+ lora_dropout: 0.05
99
+ lora_fan_in_fan_out: null
100
+ lora_model_dir: null
101
+ lora_r: 32
102
+ lora_target_linear: true
103
+ lora_target_modules:
104
+ - q_proj
105
+ - v_proj
106
+ lr_scheduler: cosine
107
+ max_grad_norm: 0.3
108
+ max_memory:
109
+ 0: 60GB
110
+ 1: 70GB
111
+ 2: 70GB
112
+ 3: 70GB
113
+ cpu: 96GB
114
+ max_steps: 50
115
+ micro_batch_size: 1
116
+ mixed_precision: bf16
117
+ mlflow_experiment_name: /tmp/59ef974de77522a8_train_data.json
118
+ model_type: AutoModelForCausalLM
119
+ num_epochs: 3
120
+ optim_args:
121
+ adam_beta1: 0.9
122
+ adam_beta2: 0.95
123
+ adam_epsilon: 1e-5
124
+ optimizer: adamw_torch
125
+ output_dir: miner_id_24
126
+ pad_to_sequence_len: true
127
+ resume_from_checkpoint: null
128
+ s2_attention: null
129
+ sample_packing: false
130
+ save_steps: 25
131
+ save_strategy: steps
132
+ sequence_len: 2048
133
+ strict: false
134
+ tf32: false
135
+ tokenizer_type: AutoTokenizer
136
+ torch_compile: false
137
+ torch_dtype: bfloat16
138
+ train_on_inputs: false
139
+ trust_remote_code: true
140
+ use_cache: false
141
+ val_set_size: 50
142
+ wandb_entity: null
143
+ wandb_mode: online
144
+ wandb_name: f87e679b-c53c-4329-91ad-e5779b032904
145
+ wandb_project: Public_TuningSN
146
+ wandb_runid: f87e679b-c53c-4329-91ad-e5779b032904
147
+ warmup_ratio: 0.05
148
+ weight_decay: 0.01
149
+ xformers_attention: null
150
+
151
+ ```
152
+
153
+ </details><br>
154
+
155
+ # f87e679b-c53c-4329-91ad-e5779b032904
156
+
157
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B) on the None dataset.
158
+ It achieves the following results on the evaluation set:
159
+ - Loss: 2.0475
160
+
161
+ ## Model description
162
+
163
+ More information needed
164
+
165
+ ## Intended uses & limitations
166
+
167
+ More information needed
168
+
169
+ ## Training and evaluation data
170
+
171
+ More information needed
172
+
173
+ ## Training procedure
174
+
175
+ ### Training hyperparameters
176
+
177
+ The following hyperparameters were used during training:
178
+ - learning_rate: 0.0001
179
+ - train_batch_size: 1
180
+ - eval_batch_size: 1
181
+ - seed: 42
182
+ - distributed_type: multi-GPU
183
+ - num_devices: 4
184
+ - gradient_accumulation_steps: 32
185
+ - total_train_batch_size: 128
186
+ - total_eval_batch_size: 4
187
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
188
+ - lr_scheduler_type: cosine
189
+ - lr_scheduler_warmup_steps: 2
190
+ - training_steps: 50
191
+
192
+ ### Training results
193
+
194
+ | Training Loss | Epoch | Step | Validation Loss |
195
+ |:-------------:|:------:|:----:|:---------------:|
196
+ | 3.6868 | 0.0286 | 1 | 4.3013 |
197
+ | 2.8598 | 0.7156 | 25 | 2.2346 |
198
+ | 1.7957 | 1.4374 | 50 | 2.0475 |
199
+
200
+
201
+ ### Framework versions
202
+
203
+ - PEFT 0.13.2
204
+ - Transformers 4.46.0
205
+ - Pytorch 2.5.0+cu124
206
+ - Datasets 3.0.1
207
  - Tokenizers 0.20.1