Improve language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +175 -161
README.md CHANGED
@@ -1,162 +1,176 @@
1
- ---
2
- library_name: peft
3
- license: other
4
- base_model: Qwen/Qwen2.5-3B-Instruct
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: acbfec8f-b452-4ea5-ab2b-e097d5321010
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: qlora
22
- auto_resume_from_checkpoints: true
23
- base_model: Qwen/Qwen2.5-3B-Instruct
24
- bf16: auto
25
- chat_template: llama3
26
- dataloader_num_workers: 12
27
- dataset_prepared_path: null
28
- datasets:
29
- - data_files:
30
- - a0d8501cb7fc25df_train_data.json
31
- ds_type: json
32
- format: custom
33
- path: /workspace/input_data/a0d8501cb7fc25df_train_data.json
34
- type:
35
- field_input: document_title
36
- field_instruction: question
37
- field_output: answer
38
- format: '{instruction} {input}'
39
- no_input_format: '{instruction}'
40
- system_format: '{system}'
41
- system_prompt: ''
42
- debug: null
43
- deepspeed: null
44
- early_stopping_patience: 3
45
- eval_max_new_tokens: 128
46
- eval_steps: 50
47
- eval_table_size: null
48
- evals_per_epoch: null
49
- flash_attention: false
50
- fp16: null
51
- fsdp: null
52
- fsdp_config: null
53
- gradient_accumulation_steps: 16
54
- gradient_checkpointing: true
55
- group_by_length: true
56
- hub_model_id: error577/acbfec8f-b452-4ea5-ab2b-e097d5321010
57
- hub_repo: null
58
- hub_strategy: checkpoint
59
- hub_token: null
60
- learning_rate: 0.0003
61
- load_in_4bit: true
62
- load_in_8bit: false
63
- local_rank: null
64
- logging_steps: 1
65
- lora_alpha: 128
66
- lora_dropout: 0.3
67
- lora_fan_in_fan_out: null
68
- lora_model_dir: null
69
- lora_r: 128
70
- lora_target_linear: true
71
- lr_scheduler: cosine
72
- max_grad_norm: 1.0
73
- max_steps: null
74
- micro_batch_size: 1
75
- mlflow_experiment_name: /tmp/a0d8501cb7fc25df_train_data.json
76
- model_type: AutoModelForCausalLM
77
- num_epochs: 3
78
- optimizer: adamw_bnb_8bit
79
- output_dir: miner_id_24
80
- pad_to_sequence_len: true
81
- resume_from_checkpoint: null
82
- s2_attention: null
83
- sample_packing: false
84
- save_steps: 50
85
- sequence_len: 512
86
- strict: false
87
- tf32: false
88
- tokenizer_type: AutoTokenizer
89
- train_on_inputs: false
90
- trust_remote_code: true
91
- val_set_size: 0.02
92
- wandb_entity: null
93
- wandb_mode: online
94
- wandb_name: 513f9d90-e1a0-4fa8-8db2-1de494e578a5
95
- wandb_project: Gradients-On-Demand
96
- wandb_run: your_name
97
- wandb_runid: 513f9d90-e1a0-4fa8-8db2-1de494e578a5
98
- warmup_steps: 10
99
- weight_decay: 0.01
100
- xformers_attention: null
101
-
102
- ```
103
-
104
- </details><br>
105
-
106
- # acbfec8f-b452-4ea5-ab2b-e097d5321010
107
-
108
- This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the None dataset.
109
- It achieves the following results on the evaluation set:
110
- - Loss: 2.0559
111
-
112
- ## Model description
113
-
114
- More information needed
115
-
116
- ## Intended uses & limitations
117
-
118
- More information needed
119
-
120
- ## Training and evaluation data
121
-
122
- More information needed
123
-
124
- ## Training procedure
125
-
126
- ### Training hyperparameters
127
-
128
- The following hyperparameters were used during training:
129
- - learning_rate: 0.0003
130
- - train_batch_size: 1
131
- - eval_batch_size: 1
132
- - seed: 42
133
- - gradient_accumulation_steps: 16
134
- - total_train_batch_size: 16
135
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
- - lr_scheduler_type: cosine
137
- - lr_scheduler_warmup_steps: 10
138
- - num_epochs: 3
139
-
140
- ### Training results
141
-
142
- | Training Loss | Epoch | Step | Validation Loss |
143
- |:-------------:|:------:|:----:|:---------------:|
144
- | 2.2922 | 0.0006 | 1 | 3.9102 |
145
- | 4.8057 | 0.0281 | 50 | 2.2922 |
146
- | 4.0423 | 0.0562 | 100 | 2.1953 |
147
- | 3.1501 | 0.0843 | 150 | 2.0901 |
148
- | 3.3744 | 0.1124 | 200 | 2.0870 |
149
- | 3.1005 | 0.1405 | 250 | 2.0752 |
150
- | 2.8697 | 0.1686 | 300 | 2.0502 |
151
- | 3.7069 | 0.1967 | 350 | 2.0659 |
152
- | 3.0403 | 0.2248 | 400 | 2.0607 |
153
- | 2.6225 | 0.2528 | 450 | 2.0559 |
154
-
155
-
156
- ### Framework versions
157
-
158
- - PEFT 0.13.2
159
- - Transformers 4.46.0
160
- - Pytorch 2.5.0+cu124
161
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  - Tokenizers 0.20.1
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen2.5-3B-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: acbfec8f-b452-4ea5-ab2b-e097d5321010
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: qlora
36
+ auto_resume_from_checkpoints: true
37
+ base_model: Qwen/Qwen2.5-3B-Instruct
38
+ bf16: auto
39
+ chat_template: llama3
40
+ dataloader_num_workers: 12
41
+ dataset_prepared_path: null
42
+ datasets:
43
+ - data_files:
44
+ - a0d8501cb7fc25df_train_data.json
45
+ ds_type: json
46
+ format: custom
47
+ path: /workspace/input_data/a0d8501cb7fc25df_train_data.json
48
+ type:
49
+ field_input: document_title
50
+ field_instruction: question
51
+ field_output: answer
52
+ format: '{instruction} {input}'
53
+ no_input_format: '{instruction}'
54
+ system_format: '{system}'
55
+ system_prompt: ''
56
+ debug: null
57
+ deepspeed: null
58
+ early_stopping_patience: 3
59
+ eval_max_new_tokens: 128
60
+ eval_steps: 50
61
+ eval_table_size: null
62
+ evals_per_epoch: null
63
+ flash_attention: false
64
+ fp16: null
65
+ fsdp: null
66
+ fsdp_config: null
67
+ gradient_accumulation_steps: 16
68
+ gradient_checkpointing: true
69
+ group_by_length: true
70
+ hub_model_id: error577/acbfec8f-b452-4ea5-ab2b-e097d5321010
71
+ hub_repo: null
72
+ hub_strategy: checkpoint
73
+ hub_token: null
74
+ learning_rate: 0.0003
75
+ load_in_4bit: true
76
+ load_in_8bit: false
77
+ local_rank: null
78
+ logging_steps: 1
79
+ lora_alpha: 128
80
+ lora_dropout: 0.3
81
+ lora_fan_in_fan_out: null
82
+ lora_model_dir: null
83
+ lora_r: 128
84
+ lora_target_linear: true
85
+ lr_scheduler: cosine
86
+ max_grad_norm: 1.0
87
+ max_steps: null
88
+ micro_batch_size: 1
89
+ mlflow_experiment_name: /tmp/a0d8501cb7fc25df_train_data.json
90
+ model_type: AutoModelForCausalLM
91
+ num_epochs: 3
92
+ optimizer: adamw_bnb_8bit
93
+ output_dir: miner_id_24
94
+ pad_to_sequence_len: true
95
+ resume_from_checkpoint: null
96
+ s2_attention: null
97
+ sample_packing: false
98
+ save_steps: 50
99
+ sequence_len: 512
100
+ strict: false
101
+ tf32: false
102
+ tokenizer_type: AutoTokenizer
103
+ train_on_inputs: false
104
+ trust_remote_code: true
105
+ val_set_size: 0.02
106
+ wandb_entity: null
107
+ wandb_mode: online
108
+ wandb_name: 513f9d90-e1a0-4fa8-8db2-1de494e578a5
109
+ wandb_project: Gradients-On-Demand
110
+ wandb_run: your_name
111
+ wandb_runid: 513f9d90-e1a0-4fa8-8db2-1de494e578a5
112
+ warmup_steps: 10
113
+ weight_decay: 0.01
114
+ xformers_attention: null
115
+
116
+ ```
117
+
118
+ </details><br>
119
+
120
+ # acbfec8f-b452-4ea5-ab2b-e097d5321010
121
+
122
+ This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the None dataset.
123
+ It achieves the following results on the evaluation set:
124
+ - Loss: 2.0559
125
+
126
+ ## Model description
127
+
128
+ More information needed
129
+
130
+ ## Intended uses & limitations
131
+
132
+ More information needed
133
+
134
+ ## Training and evaluation data
135
+
136
+ More information needed
137
+
138
+ ## Training procedure
139
+
140
+ ### Training hyperparameters
141
+
142
+ The following hyperparameters were used during training:
143
+ - learning_rate: 0.0003
144
+ - train_batch_size: 1
145
+ - eval_batch_size: 1
146
+ - seed: 42
147
+ - gradient_accumulation_steps: 16
148
+ - total_train_batch_size: 16
149
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
150
+ - lr_scheduler_type: cosine
151
+ - lr_scheduler_warmup_steps: 10
152
+ - num_epochs: 3
153
+
154
+ ### Training results
155
+
156
+ | Training Loss | Epoch | Step | Validation Loss |
157
+ |:-------------:|:------:|:----:|:---------------:|
158
+ | 2.2922 | 0.0006 | 1 | 3.9102 |
159
+ | 4.8057 | 0.0281 | 50 | 2.2922 |
160
+ | 4.0423 | 0.0562 | 100 | 2.1953 |
161
+ | 3.1501 | 0.0843 | 150 | 2.0901 |
162
+ | 3.3744 | 0.1124 | 200 | 2.0870 |
163
+ | 3.1005 | 0.1405 | 250 | 2.0752 |
164
+ | 2.8697 | 0.1686 | 300 | 2.0502 |
165
+ | 3.7069 | 0.1967 | 350 | 2.0659 |
166
+ | 3.0403 | 0.2248 | 400 | 2.0607 |
167
+ | 2.6225 | 0.2528 | 450 | 2.0559 |
168
+
169
+
170
+ ### Framework versions
171
+
172
+ - PEFT 0.13.2
173
+ - Transformers 4.46.0
174
+ - Pytorch 2.5.0+cu124
175
+ - Datasets 3.0.1
176
  - Tokenizers 0.20.1