Files changed (1) hide show
  1. README.md +170 -156
README.md CHANGED
@@ -1,157 +1,171 @@
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: 2b75fedf-5083-4d0e-95b1-74a16ef563cb
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: true
24
- mixed_precision: bf16
25
- chat_template: llama3
26
- dataset_prepared_path: null
27
- datasets:
28
- - data_files:
29
- - d1df3a08281b6407_train_data.json
30
- ds_type: json
31
- format: custom
32
- path: /workspace/input_data/d1df3a08281b6407_train_data.json
33
- type:
34
- field_instruction: description
35
- field_output: dreams
36
- format: '{instruction}'
37
- no_input_format: '{instruction}'
38
- system_format: '{system}'
39
- system_prompt: ''
40
- debug: null
41
- deepspeed: null
42
- eval_max_new_tokens: 128
43
- eval_table_size: null
44
- evals_per_epoch: 5
45
- flash_attention: true
46
- fp16: null
47
- fsdp: null
48
- fsdp_config: null
49
- gradient_accumulation_steps: 4
50
- gradient_checkpointing: true
51
- group_by_length: false
52
- hub_model_id: tuantmdev/2b75fedf-5083-4d0e-95b1-74a16ef563cb
53
- hub_repo: null
54
- hub_strategy: checkpoint
55
- hub_token: null
56
- learning_rate: 1.0e-05
57
- load_in_4bit: false
58
- load_in_8bit: true
59
- local_rank: null
60
- logging_steps: 10
61
- lora_alpha: 16
62
- lora_dropout: 0.05
63
- lora_fan_in_fan_out: null
64
- lora_model_dir: null
65
- lora_r: 8
66
- lora_target_linear: true
67
- lr_scheduler: cosine
68
- max_steps: 50
69
- micro_batch_size: 2
70
- mlflow_experiment_name: /tmp/d1df3a08281b6407_train_data.json
71
- model_type: AutoModelForCausalLM
72
- num_epochs: 1
73
- optimizer: adamw_bnb_8bit
74
- output_dir: miner_id_24
75
- pad_to_sequence_len: true
76
- resume_from_checkpoint: null
77
- s2_attention: null
78
- sample_packing: false
79
- save_strategy: best
80
- saves_per_epoch: 5
81
- sequence_len: 512
82
- strict: false
83
- tf32: false
84
- tokenizer_type: AutoTokenizer
85
- train_on_inputs: false
86
- trust_remote_code: true
87
- val_set_size: 0.05
88
- wandb_entity: null
89
- wandb_mode: online
90
- wandb_name: e6c94b6f-bf4b-4c52-8828-bfb11b3400e3
91
- wandb_project: Gradients-On-Demand
92
- wandb_run: unknown
93
- wandb_runid: e6c94b6f-bf4b-4c52-8828-bfb11b3400e3
94
- warmup_steps: 10
95
- weight_decay: 0.0
96
- xformers_attention: null
97
- device_map: sequential
98
- max_memory:
99
- 0: 45GiB
100
-
101
- ```
102
-
103
- </details><br>
104
-
105
- # 2b75fedf-5083-4d0e-95b1-74a16ef563cb
106
-
107
- 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.
108
- It achieves the following results on the evaluation set:
109
- - Loss: 3.0818
110
-
111
- ## Model description
112
-
113
- More information needed
114
-
115
- ## Intended uses & limitations
116
-
117
- More information needed
118
-
119
- ## Training and evaluation data
120
-
121
- More information needed
122
-
123
- ## Training procedure
124
-
125
- ### Training hyperparameters
126
-
127
- The following hyperparameters were used during training:
128
- - learning_rate: 1e-05
129
- - train_batch_size: 2
130
- - eval_batch_size: 2
131
- - seed: 42
132
- - gradient_accumulation_steps: 4
133
- - total_train_batch_size: 8
134
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
135
- - lr_scheduler_type: cosine
136
- - lr_scheduler_warmup_steps: 10
137
- - training_steps: 50
138
-
139
- ### Training results
140
-
141
- | Training Loss | Epoch | Step | Validation Loss |
142
- |:-------------:|:------:|:----:|:---------------:|
143
- | No log | 0.0004 | 1 | 3.1000 |
144
- | 2.9555 | 0.0038 | 10 | 3.0992 |
145
- | 3.0769 | 0.0076 | 20 | 3.0954 |
146
- | 3.104 | 0.0114 | 30 | 3.0881 |
147
- | 3.0013 | 0.0152 | 40 | 3.0825 |
148
- | 2.9481 | 0.0190 | 50 | 3.0818 |
149
-
150
-
151
- ### Framework versions
152
-
153
- - PEFT 0.13.2
154
- - Transformers 4.46.0
155
- - Pytorch 2.5.0+cu124
156
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  - 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: 2b75fedf-5083-4d0e-95b1-74a16ef563cb
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: true
38
+ mixed_precision: bf16
39
+ chat_template: llama3
40
+ dataset_prepared_path: null
41
+ datasets:
42
+ - data_files:
43
+ - d1df3a08281b6407_train_data.json
44
+ ds_type: json
45
+ format: custom
46
+ path: /workspace/input_data/d1df3a08281b6407_train_data.json
47
+ type:
48
+ field_instruction: description
49
+ field_output: dreams
50
+ format: '{instruction}'
51
+ no_input_format: '{instruction}'
52
+ system_format: '{system}'
53
+ system_prompt: ''
54
+ debug: null
55
+ deepspeed: null
56
+ eval_max_new_tokens: 128
57
+ eval_table_size: null
58
+ evals_per_epoch: 5
59
+ flash_attention: true
60
+ fp16: null
61
+ fsdp: null
62
+ fsdp_config: null
63
+ gradient_accumulation_steps: 4
64
+ gradient_checkpointing: true
65
+ group_by_length: false
66
+ hub_model_id: tuantmdev/2b75fedf-5083-4d0e-95b1-74a16ef563cb
67
+ hub_repo: null
68
+ hub_strategy: checkpoint
69
+ hub_token: null
70
+ learning_rate: 1.0e-05
71
+ load_in_4bit: false
72
+ load_in_8bit: true
73
+ local_rank: null
74
+ logging_steps: 10
75
+ lora_alpha: 16
76
+ lora_dropout: 0.05
77
+ lora_fan_in_fan_out: null
78
+ lora_model_dir: null
79
+ lora_r: 8
80
+ lora_target_linear: true
81
+ lr_scheduler: cosine
82
+ max_steps: 50
83
+ micro_batch_size: 2
84
+ mlflow_experiment_name: /tmp/d1df3a08281b6407_train_data.json
85
+ model_type: AutoModelForCausalLM
86
+ num_epochs: 1
87
+ optimizer: adamw_bnb_8bit
88
+ output_dir: miner_id_24
89
+ pad_to_sequence_len: true
90
+ resume_from_checkpoint: null
91
+ s2_attention: null
92
+ sample_packing: false
93
+ save_strategy: best
94
+ saves_per_epoch: 5
95
+ sequence_len: 512
96
+ strict: false
97
+ tf32: false
98
+ tokenizer_type: AutoTokenizer
99
+ train_on_inputs: false
100
+ trust_remote_code: true
101
+ val_set_size: 0.05
102
+ wandb_entity: null
103
+ wandb_mode: online
104
+ wandb_name: e6c94b6f-bf4b-4c52-8828-bfb11b3400e3
105
+ wandb_project: Gradients-On-Demand
106
+ wandb_run: unknown
107
+ wandb_runid: e6c94b6f-bf4b-4c52-8828-bfb11b3400e3
108
+ warmup_steps: 10
109
+ weight_decay: 0.0
110
+ xformers_attention: null
111
+ device_map: sequential
112
+ max_memory:
113
+ 0: 45GiB
114
+
115
+ ```
116
+
117
+ </details><br>
118
+
119
+ # 2b75fedf-5083-4d0e-95b1-74a16ef563cb
120
+
121
+ 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.
122
+ It achieves the following results on the evaluation set:
123
+ - Loss: 3.0818
124
+
125
+ ## Model description
126
+
127
+ More information needed
128
+
129
+ ## Intended uses & limitations
130
+
131
+ More information needed
132
+
133
+ ## Training and evaluation data
134
+
135
+ More information needed
136
+
137
+ ## Training procedure
138
+
139
+ ### Training hyperparameters
140
+
141
+ The following hyperparameters were used during training:
142
+ - learning_rate: 1e-05
143
+ - train_batch_size: 2
144
+ - eval_batch_size: 2
145
+ - seed: 42
146
+ - gradient_accumulation_steps: 4
147
+ - total_train_batch_size: 8
148
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
149
+ - lr_scheduler_type: cosine
150
+ - lr_scheduler_warmup_steps: 10
151
+ - training_steps: 50
152
+
153
+ ### Training results
154
+
155
+ | Training Loss | Epoch | Step | Validation Loss |
156
+ |:-------------:|:------:|:----:|:---------------:|
157
+ | No log | 0.0004 | 1 | 3.1000 |
158
+ | 2.9555 | 0.0038 | 10 | 3.0992 |
159
+ | 3.0769 | 0.0076 | 20 | 3.0954 |
160
+ | 3.104 | 0.0114 | 30 | 3.0881 |
161
+ | 3.0013 | 0.0152 | 40 | 3.0825 |
162
+ | 2.9481 | 0.0190 | 50 | 3.0818 |
163
+
164
+
165
+ ### Framework versions
166
+
167
+ - PEFT 0.13.2
168
+ - Transformers 4.46.0
169
+ - Pytorch 2.5.0+cu124
170
+ - Datasets 3.0.1
171
  - Tokenizers 0.20.1