Files changed (1) hide show
  1. README.md +199 -185
README.md CHANGED
@@ -1,186 +1,200 @@
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: 6d762c66-b841-4dba-92e3-ceddc0b67beb
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
- - 10700d782456e2b9_train_data.json
31
- ds_type: json
32
- field: text
33
- num_proc: 4
34
- path: /workspace/input_data/10700d782456e2b9_train_data.json
35
- streaming: true
36
- type: completion
37
- debug: null
38
- deepspeed: null
39
- device_map:
40
- lm_head: 3
41
- model.embed_tokens: 0
42
- model.layers.0: 0
43
- model.layers.1: 0
44
- model.layers.10: 3
45
- model.layers.11: 3
46
- model.layers.2: 0
47
- model.layers.3: 1
48
- model.layers.4: 1
49
- model.layers.5: 1
50
- model.layers.6: 2
51
- model.layers.7: 2
52
- model.layers.8: 2
53
- model.layers.9: 3
54
- model.norm: 3
55
- do_eval: true
56
- early_stopping_patience: 1
57
- eval_batch_size: 1
58
- eval_sample_packing: false
59
- eval_steps: 25
60
- evaluation_strategy: steps
61
- flash_attention: false
62
- fp16: null
63
- fsdp: null
64
- fsdp_config: null
65
- gradient_accumulation_steps: 32
66
- gradient_checkpointing: true
67
- group_by_length: true
68
- hub_model_id: eeeebbb2/6d762c66-b841-4dba-92e3-ceddc0b67beb
69
- hub_strategy: checkpoint
70
- hub_token: null
71
- learning_rate: 0.0001
72
- load_in_4bit: false
73
- load_in_8bit: false
74
- local_rank: null
75
- logging_steps: 1
76
- lora_alpha: 64
77
- lora_dropout: 0.05
78
- lora_fan_in_fan_out: null
79
- lora_model_dir: null
80
- lora_r: 32
81
- lora_target_linear: true
82
- lora_target_modules:
83
- - q_proj
84
- - v_proj
85
- lr_scheduler: cosine
86
- max_grad_norm: 0.3
87
- max_memory:
88
- 0: 60GB
89
- 1: 70GB
90
- 2: 70GB
91
- 3: 70GB
92
- cpu: 96GB
93
- max_steps: 50
94
- micro_batch_size: 1
95
- mixed_precision: bf16
96
- mlflow_experiment_name: /tmp/10700d782456e2b9_train_data.json
97
- model_type: AutoModelForCausalLM
98
- num_epochs: 3
99
- optim_args:
100
- adam_beta1: 0.9
101
- adam_beta2: 0.95
102
- adam_epsilon: 1e-5
103
- optimizer: adamw_torch
104
- output_dir: miner_id_24
105
- pad_to_sequence_len: true
106
- resume_from_checkpoint: null
107
- s2_attention: null
108
- sample_packing: false
109
- save_steps: 25
110
- save_strategy: steps
111
- sequence_len: 2048
112
- strict: false
113
- tf32: false
114
- tokenizer_type: AutoTokenizer
115
- torch_compile: false
116
- torch_dtype: bfloat16
117
- train_on_inputs: false
118
- trust_remote_code: true
119
- use_cache: false
120
- val_set_size: 50
121
- wandb_entity: null
122
- wandb_mode: online
123
- wandb_name: 6d762c66-b841-4dba-92e3-ceddc0b67beb
124
- wandb_project: Public_TuningSN
125
- wandb_runid: 6d762c66-b841-4dba-92e3-ceddc0b67beb
126
- warmup_ratio: 0.05
127
- weight_decay: 0.01
128
- xformers_attention: null
129
-
130
- ```
131
-
132
- </details><br>
133
-
134
- # 6d762c66-b841-4dba-92e3-ceddc0b67beb
135
-
136
- 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.
137
- It achieves the following results on the evaluation set:
138
- - Loss: 1.1385
139
-
140
- ## Model description
141
-
142
- More information needed
143
-
144
- ## Intended uses & limitations
145
-
146
- More information needed
147
-
148
- ## Training and evaluation data
149
-
150
- More information needed
151
-
152
- ## Training procedure
153
-
154
- ### Training hyperparameters
155
-
156
- The following hyperparameters were used during training:
157
- - learning_rate: 0.0001
158
- - train_batch_size: 1
159
- - eval_batch_size: 1
160
- - seed: 42
161
- - distributed_type: multi-GPU
162
- - num_devices: 4
163
- - gradient_accumulation_steps: 32
164
- - total_train_batch_size: 128
165
- - total_eval_batch_size: 4
166
- - 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
167
- - lr_scheduler_type: cosine
168
- - lr_scheduler_warmup_steps: 2
169
- - training_steps: 50
170
-
171
- ### Training results
172
-
173
- | Training Loss | Epoch | Step | Validation Loss |
174
- |:-------------:|:------:|:----:|:---------------:|
175
- | 2.8962 | 0.0003 | 1 | 3.3106 |
176
- | 1.0235 | 0.0064 | 25 | 1.2015 |
177
- | 0.9977 | 0.0128 | 50 | 1.1385 |
178
-
179
-
180
- ### Framework versions
181
-
182
- - PEFT 0.13.2
183
- - Transformers 4.46.0
184
- - Pytorch 2.5.0+cu124
185
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  - 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: 6d762c66-b841-4dba-92e3-ceddc0b67beb
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
+ - 10700d782456e2b9_train_data.json
45
+ ds_type: json
46
+ field: text
47
+ num_proc: 4
48
+ path: /workspace/input_data/10700d782456e2b9_train_data.json
49
+ streaming: true
50
+ type: completion
51
+ debug: null
52
+ deepspeed: null
53
+ device_map:
54
+ lm_head: 3
55
+ model.embed_tokens: 0
56
+ model.layers.0: 0
57
+ model.layers.1: 0
58
+ model.layers.10: 3
59
+ model.layers.11: 3
60
+ model.layers.2: 0
61
+ model.layers.3: 1
62
+ model.layers.4: 1
63
+ model.layers.5: 1
64
+ model.layers.6: 2
65
+ model.layers.7: 2
66
+ model.layers.8: 2
67
+ model.layers.9: 3
68
+ model.norm: 3
69
+ do_eval: true
70
+ early_stopping_patience: 1
71
+ eval_batch_size: 1
72
+ eval_sample_packing: false
73
+ eval_steps: 25
74
+ evaluation_strategy: steps
75
+ flash_attention: false
76
+ fp16: null
77
+ fsdp: null
78
+ fsdp_config: null
79
+ gradient_accumulation_steps: 32
80
+ gradient_checkpointing: true
81
+ group_by_length: true
82
+ hub_model_id: eeeebbb2/6d762c66-b841-4dba-92e3-ceddc0b67beb
83
+ hub_strategy: checkpoint
84
+ hub_token: null
85
+ learning_rate: 0.0001
86
+ load_in_4bit: false
87
+ load_in_8bit: false
88
+ local_rank: null
89
+ logging_steps: 1
90
+ lora_alpha: 64
91
+ lora_dropout: 0.05
92
+ lora_fan_in_fan_out: null
93
+ lora_model_dir: null
94
+ lora_r: 32
95
+ lora_target_linear: true
96
+ lora_target_modules:
97
+ - q_proj
98
+ - v_proj
99
+ lr_scheduler: cosine
100
+ max_grad_norm: 0.3
101
+ max_memory:
102
+ 0: 60GB
103
+ 1: 70GB
104
+ 2: 70GB
105
+ 3: 70GB
106
+ cpu: 96GB
107
+ max_steps: 50
108
+ micro_batch_size: 1
109
+ mixed_precision: bf16
110
+ mlflow_experiment_name: /tmp/10700d782456e2b9_train_data.json
111
+ model_type: AutoModelForCausalLM
112
+ num_epochs: 3
113
+ optim_args:
114
+ adam_beta1: 0.9
115
+ adam_beta2: 0.95
116
+ adam_epsilon: 1e-5
117
+ optimizer: adamw_torch
118
+ output_dir: miner_id_24
119
+ pad_to_sequence_len: true
120
+ resume_from_checkpoint: null
121
+ s2_attention: null
122
+ sample_packing: false
123
+ save_steps: 25
124
+ save_strategy: steps
125
+ sequence_len: 2048
126
+ strict: false
127
+ tf32: false
128
+ tokenizer_type: AutoTokenizer
129
+ torch_compile: false
130
+ torch_dtype: bfloat16
131
+ train_on_inputs: false
132
+ trust_remote_code: true
133
+ use_cache: false
134
+ val_set_size: 50
135
+ wandb_entity: null
136
+ wandb_mode: online
137
+ wandb_name: 6d762c66-b841-4dba-92e3-ceddc0b67beb
138
+ wandb_project: Public_TuningSN
139
+ wandb_runid: 6d762c66-b841-4dba-92e3-ceddc0b67beb
140
+ warmup_ratio: 0.05
141
+ weight_decay: 0.01
142
+ xformers_attention: null
143
+
144
+ ```
145
+
146
+ </details><br>
147
+
148
+ # 6d762c66-b841-4dba-92e3-ceddc0b67beb
149
+
150
+ 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.
151
+ It achieves the following results on the evaluation set:
152
+ - Loss: 1.1385
153
+
154
+ ## Model description
155
+
156
+ More information needed
157
+
158
+ ## Intended uses & limitations
159
+
160
+ More information needed
161
+
162
+ ## Training and evaluation data
163
+
164
+ More information needed
165
+
166
+ ## Training procedure
167
+
168
+ ### Training hyperparameters
169
+
170
+ The following hyperparameters were used during training:
171
+ - learning_rate: 0.0001
172
+ - train_batch_size: 1
173
+ - eval_batch_size: 1
174
+ - seed: 42
175
+ - distributed_type: multi-GPU
176
+ - num_devices: 4
177
+ - gradient_accumulation_steps: 32
178
+ - total_train_batch_size: 128
179
+ - total_eval_batch_size: 4
180
+ - 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
181
+ - lr_scheduler_type: cosine
182
+ - lr_scheduler_warmup_steps: 2
183
+ - training_steps: 50
184
+
185
+ ### Training results
186
+
187
+ | Training Loss | Epoch | Step | Validation Loss |
188
+ |:-------------:|:------:|:----:|:---------------:|
189
+ | 2.8962 | 0.0003 | 1 | 3.3106 |
190
+ | 1.0235 | 0.0064 | 25 | 1.2015 |
191
+ | 0.9977 | 0.0128 | 50 | 1.1385 |
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