Files changed (1) hide show
  1. README.md +178 -164
README.md CHANGED
@@ -1,165 +1,179 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-14B-Instruct
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: 35f35fbb-98d7-422d-9087-c01c801c3598
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-14B-Instruct
23
- bf16: auto
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - 76f1f46f76f07a14_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/76f1f46f76f07a14_train_data.json
32
- type:
33
- field_input: context
34
- field_instruction: question
35
- field_output: category
36
- format: '{instruction} {input}'
37
- no_input_format: '{instruction}'
38
- system_format: '{system}'
39
- system_prompt: ''
40
- debug: null
41
- deepspeed: null
42
- early_stopping_patience: null
43
- eval_max_new_tokens: 128
44
- eval_steps: null
45
- eval_table_size: null
46
- flash_attention: false
47
- fp16: false
48
- fsdp: null
49
- fsdp_config: null
50
- gradient_accumulation_steps: 4
51
- gradient_checkpointing: true
52
- group_by_length: true
53
- hub_model_id: diaenra/35f35fbb-98d7-422d-9087-c01c801c3598
54
- hub_repo: null
55
- hub_strategy: checkpoint
56
- hub_token: null
57
- learning_rate: 0.0001
58
- load_in_4bit: false
59
- load_in_8bit: false
60
- local_rank: null
61
- logging_steps: 1
62
- lora_alpha: 64
63
- lora_dropout: 0.05
64
- lora_fan_in_fan_out: null
65
- lora_model_dir: null
66
- lora_modules_to_save:
67
- - embed_tokens
68
- - lm_head
69
- lora_r: 32
70
- lora_target_linear: true
71
- lora_target_modules:
72
- - gate_proj
73
- - down_proj
74
- - up_proj
75
- - q_proj
76
- - v_proj
77
- - k_proj
78
- - o_proj
79
- lr_scheduler: cosine
80
- max_memory:
81
- 0: 70GB
82
- micro_batch_size: 4
83
- mlflow_experiment_name: /tmp/76f1f46f76f07a14_train_data.json
84
- model_type: AutoModelForCausalLM
85
- num_epochs: 1
86
- optim_args:
87
- adam_beta1: 0.9
88
- adam_beta2: 0.95
89
- adam_epsilon: 1e-5
90
- optimizer: adamw_torch
91
- output_dir: miner_id_24
92
- pad_to_sequence_len: true
93
- resume_from_checkpoint: null
94
- s2_attention: null
95
- sample_packing: false
96
- save_steps: 239
97
- sequence_len: 2048
98
- strict: false
99
- tf32: false
100
- tokenizer_type: AutoTokenizer
101
- train_on_inputs: false
102
- trust_remote_code: true
103
- val_set_size: 0.05
104
- wandb_entity: diaenra-tao-miner
105
- wandb_mode: online
106
- wandb_name: 35f35fbb-98d7-422d-9087-c01c801c3598
107
- wandb_project: tao
108
- wandb_run: diaenra
109
- wandb_runid: 35f35fbb-98d7-422d-9087-c01c801c3598
110
- warmup_steps: 100
111
- weight_decay: 0.1
112
- xformers_attention: true
113
-
114
- ```
115
-
116
- </details><br>
117
-
118
- # 35f35fbb-98d7-422d-9087-c01c801c3598
119
-
120
- This model is a fine-tuned version of [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) on the None dataset.
121
- It achieves the following results on the evaluation set:
122
- - Loss: 0.0000
123
-
124
- ## Model description
125
-
126
- More information needed
127
-
128
- ## Intended uses & limitations
129
-
130
- More information needed
131
-
132
- ## Training and evaluation data
133
-
134
- More information needed
135
-
136
- ## Training procedure
137
-
138
- ### Training hyperparameters
139
-
140
- The following hyperparameters were used during training:
141
- - learning_rate: 0.0001
142
- - train_batch_size: 4
143
- - eval_batch_size: 4
144
- - seed: 42
145
- - gradient_accumulation_steps: 4
146
- - total_train_batch_size: 16
147
- - 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
148
- - lr_scheduler_type: cosine
149
- - lr_scheduler_warmup_steps: 100
150
- - num_epochs: 1
151
-
152
- ### Training results
153
-
154
- | Training Loss | Epoch | Step | Validation Loss |
155
- |:-------------:|:-----:|:----:|:---------------:|
156
- | 0.0 | 1.0 | 1545 | 0.0000 |
157
-
158
-
159
- ### Framework versions
160
-
161
- - PEFT 0.13.2
162
- - Transformers 4.46.0
163
- - Pytorch 2.5.0+cu124
164
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  - Tokenizers 0.20.1
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-14B-Instruct
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: 35f35fbb-98d7-422d-9087-c01c801c3598
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-14B-Instruct
37
+ bf16: auto
38
+ chat_template: llama3
39
+ dataset_prepared_path: null
40
+ datasets:
41
+ - data_files:
42
+ - 76f1f46f76f07a14_train_data.json
43
+ ds_type: json
44
+ format: custom
45
+ path: /workspace/input_data/76f1f46f76f07a14_train_data.json
46
+ type:
47
+ field_input: context
48
+ field_instruction: question
49
+ field_output: category
50
+ format: '{instruction} {input}'
51
+ no_input_format: '{instruction}'
52
+ system_format: '{system}'
53
+ system_prompt: ''
54
+ debug: null
55
+ deepspeed: null
56
+ early_stopping_patience: null
57
+ eval_max_new_tokens: 128
58
+ eval_steps: null
59
+ eval_table_size: null
60
+ flash_attention: false
61
+ fp16: false
62
+ fsdp: null
63
+ fsdp_config: null
64
+ gradient_accumulation_steps: 4
65
+ gradient_checkpointing: true
66
+ group_by_length: true
67
+ hub_model_id: diaenra/35f35fbb-98d7-422d-9087-c01c801c3598
68
+ hub_repo: null
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_modules_to_save:
81
+ - embed_tokens
82
+ - lm_head
83
+ lora_r: 32
84
+ lora_target_linear: true
85
+ lora_target_modules:
86
+ - gate_proj
87
+ - down_proj
88
+ - up_proj
89
+ - q_proj
90
+ - v_proj
91
+ - k_proj
92
+ - o_proj
93
+ lr_scheduler: cosine
94
+ max_memory:
95
+ 0: 70GB
96
+ micro_batch_size: 4
97
+ mlflow_experiment_name: /tmp/76f1f46f76f07a14_train_data.json
98
+ model_type: AutoModelForCausalLM
99
+ num_epochs: 1
100
+ optim_args:
101
+ adam_beta1: 0.9
102
+ adam_beta2: 0.95
103
+ adam_epsilon: 1e-5
104
+ optimizer: adamw_torch
105
+ output_dir: miner_id_24
106
+ pad_to_sequence_len: true
107
+ resume_from_checkpoint: null
108
+ s2_attention: null
109
+ sample_packing: false
110
+ save_steps: 239
111
+ sequence_len: 2048
112
+ strict: false
113
+ tf32: false
114
+ tokenizer_type: AutoTokenizer
115
+ train_on_inputs: false
116
+ trust_remote_code: true
117
+ val_set_size: 0.05
118
+ wandb_entity: diaenra-tao-miner
119
+ wandb_mode: online
120
+ wandb_name: 35f35fbb-98d7-422d-9087-c01c801c3598
121
+ wandb_project: tao
122
+ wandb_run: diaenra
123
+ wandb_runid: 35f35fbb-98d7-422d-9087-c01c801c3598
124
+ warmup_steps: 100
125
+ weight_decay: 0.1
126
+ xformers_attention: true
127
+
128
+ ```
129
+
130
+ </details><br>
131
+
132
+ # 35f35fbb-98d7-422d-9087-c01c801c3598
133
+
134
+ This model is a fine-tuned version of [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) on the None dataset.
135
+ It achieves the following results on the evaluation set:
136
+ - Loss: 0.0000
137
+
138
+ ## Model description
139
+
140
+ More information needed
141
+
142
+ ## Intended uses & limitations
143
+
144
+ More information needed
145
+
146
+ ## Training and evaluation data
147
+
148
+ More information needed
149
+
150
+ ## Training procedure
151
+
152
+ ### Training hyperparameters
153
+
154
+ The following hyperparameters were used during training:
155
+ - learning_rate: 0.0001
156
+ - train_batch_size: 4
157
+ - eval_batch_size: 4
158
+ - seed: 42
159
+ - gradient_accumulation_steps: 4
160
+ - total_train_batch_size: 16
161
+ - 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
162
+ - lr_scheduler_type: cosine
163
+ - lr_scheduler_warmup_steps: 100
164
+ - num_epochs: 1
165
+
166
+ ### Training results
167
+
168
+ | Training Loss | Epoch | Step | Validation Loss |
169
+ |:-------------:|:-----:|:----:|:---------------:|
170
+ | 0.0 | 1.0 | 1545 | 0.0000 |
171
+
172
+
173
+ ### Framework versions
174
+
175
+ - PEFT 0.13.2
176
+ - Transformers 4.46.0
177
+ - Pytorch 2.5.0+cu124
178
+ - Datasets 3.0.1
179
  - Tokenizers 0.20.1