lbourdois commited on
Commit
b072192
·
verified ·
1 Parent(s): d2b4815

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +177 -163
README.md CHANGED
@@ -1,164 +1,178 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-1.5B
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: 422d9263-c25f-4456-a0e1-3974a62a3647
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-1.5B
23
- bf16: true
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - 4f20dafe8748bbe7_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/4f20dafe8748bbe7_train_data.json
32
- type:
33
- field_instruction: instruction
34
- field_output: output
35
- format: '{instruction}'
36
- no_input_format: '{instruction}'
37
- system_format: '{system}'
38
- system_prompt: ''
39
- debug: null
40
- deepspeed: null
41
- early_stopping_patience: 2
42
- eval_max_new_tokens: 128
43
- eval_steps: 150
44
- eval_table_size: null
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: Romain-XV/422d9263-c25f-4456-a0e1-3974a62a3647
53
- hub_repo: null
54
- hub_strategy: checkpoint
55
- hub_token: null
56
- learning_rate: 0.0002
57
- load_best_model_at_end: true
58
- load_in_4bit: false
59
- load_in_8bit: false
60
- local_rank: null
61
- logging_steps: 1
62
- lora_alpha: 128
63
- lora_dropout: 0.3
64
- lora_fan_in_fan_out: null
65
- lora_model_dir: null
66
- lora_r: 64
67
- lora_target_linear: true
68
- lora_target_modules:
69
- - q_proj
70
- - k_proj
71
- - v_proj
72
- lr_scheduler: cosine
73
- max_grad_norm: 1.0
74
- max_steps: 3960
75
- micro_batch_size: 2
76
- mlflow_experiment_name: /tmp/4f20dafe8748bbe7_train_data.json
77
- model_type: AutoModelForCausalLM
78
- num_epochs: 3
79
- optimizer: adamw_bnb_8bit
80
- output_dir: miner_id_24
81
- pad_to_sequence_len: true
82
- resume_from_checkpoint: null
83
- s2_attention: null
84
- sample_packing: false
85
- save_steps: 150
86
- sequence_len: 1024
87
- strict: false
88
- tf32: true
89
- tokenizer_type: AutoTokenizer
90
- train_on_inputs: false
91
- trust_remote_code: true
92
- val_set_size: 0.05
93
- wandb_entity: null
94
- wandb_mode: online
95
- wandb_name: 6033f53a-27fa-4c22-9b43-14cf06e74dff
96
- wandb_project: Gradients-On-Demand
97
- wandb_run: your_name
98
- wandb_runid: 6033f53a-27fa-4c22-9b43-14cf06e74dff
99
- warmup_steps: 10
100
- weight_decay: 0.0
101
- xformers_attention: null
102
-
103
- ```
104
-
105
- </details><br>
106
-
107
- # 422d9263-c25f-4456-a0e1-3974a62a3647
108
-
109
- This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
110
- It achieves the following results on the evaluation set:
111
- - Loss: 0.6321
112
-
113
- ## Model description
114
-
115
- More information needed
116
-
117
- ## Intended uses & limitations
118
-
119
- More information needed
120
-
121
- ## Training and evaluation data
122
-
123
- More information needed
124
-
125
- ## Training procedure
126
-
127
- ### Training hyperparameters
128
-
129
- The following hyperparameters were used during training:
130
- - learning_rate: 0.0002
131
- - train_batch_size: 2
132
- - eval_batch_size: 2
133
- - seed: 42
134
- - gradient_accumulation_steps: 4
135
- - total_train_batch_size: 8
136
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
137
- - lr_scheduler_type: cosine
138
- - lr_scheduler_warmup_steps: 10
139
- - training_steps: 3960
140
-
141
- ### Training results
142
-
143
- | Training Loss | Epoch | Step | Validation Loss |
144
- |:-------------:|:------:|:----:|:---------------:|
145
- | 0.9197 | 0.0003 | 1 | 1.1650 |
146
- | 0.7604 | 0.0427 | 150 | 0.6563 |
147
- | 0.5294 | 0.0855 | 300 | 0.6590 |
148
- | 0.6802 | 0.1282 | 450 | 0.6505 |
149
- | 0.6097 | 0.1709 | 600 | 0.6507 |
150
- | 1.1434 | 0.2137 | 750 | 0.6448 |
151
- | 0.7645 | 0.2564 | 900 | 0.6449 |
152
- | 0.6757 | 0.2991 | 1050 | 0.6401 |
153
- | 0.5447 | 0.3419 | 1200 | 0.6304 |
154
- | 0.4485 | 0.3846 | 1350 | 0.6322 |
155
- | 0.4088 | 0.4274 | 1500 | 0.6321 |
156
-
157
-
158
- ### Framework versions
159
-
160
- - PEFT 0.13.2
161
- - Transformers 4.46.0
162
- - Pytorch 2.5.0+cu124
163
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  - Tokenizers 0.20.1
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-1.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: 422d9263-c25f-4456-a0e1-3974a62a3647
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-1.5B
37
+ bf16: true
38
+ chat_template: llama3
39
+ dataset_prepared_path: null
40
+ datasets:
41
+ - data_files:
42
+ - 4f20dafe8748bbe7_train_data.json
43
+ ds_type: json
44
+ format: custom
45
+ path: /workspace/input_data/4f20dafe8748bbe7_train_data.json
46
+ type:
47
+ field_instruction: instruction
48
+ field_output: output
49
+ format: '{instruction}'
50
+ no_input_format: '{instruction}'
51
+ system_format: '{system}'
52
+ system_prompt: ''
53
+ debug: null
54
+ deepspeed: null
55
+ early_stopping_patience: 2
56
+ eval_max_new_tokens: 128
57
+ eval_steps: 150
58
+ eval_table_size: null
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: Romain-XV/422d9263-c25f-4456-a0e1-3974a62a3647
67
+ hub_repo: null
68
+ hub_strategy: checkpoint
69
+ hub_token: null
70
+ learning_rate: 0.0002
71
+ load_best_model_at_end: true
72
+ load_in_4bit: false
73
+ load_in_8bit: false
74
+ local_rank: null
75
+ logging_steps: 1
76
+ lora_alpha: 128
77
+ lora_dropout: 0.3
78
+ lora_fan_in_fan_out: null
79
+ lora_model_dir: null
80
+ lora_r: 64
81
+ lora_target_linear: true
82
+ lora_target_modules:
83
+ - q_proj
84
+ - k_proj
85
+ - v_proj
86
+ lr_scheduler: cosine
87
+ max_grad_norm: 1.0
88
+ max_steps: 3960
89
+ micro_batch_size: 2
90
+ mlflow_experiment_name: /tmp/4f20dafe8748bbe7_train_data.json
91
+ model_type: AutoModelForCausalLM
92
+ num_epochs: 3
93
+ optimizer: adamw_bnb_8bit
94
+ output_dir: miner_id_24
95
+ pad_to_sequence_len: true
96
+ resume_from_checkpoint: null
97
+ s2_attention: null
98
+ sample_packing: false
99
+ save_steps: 150
100
+ sequence_len: 1024
101
+ strict: false
102
+ tf32: true
103
+ tokenizer_type: AutoTokenizer
104
+ train_on_inputs: false
105
+ trust_remote_code: true
106
+ val_set_size: 0.05
107
+ wandb_entity: null
108
+ wandb_mode: online
109
+ wandb_name: 6033f53a-27fa-4c22-9b43-14cf06e74dff
110
+ wandb_project: Gradients-On-Demand
111
+ wandb_run: your_name
112
+ wandb_runid: 6033f53a-27fa-4c22-9b43-14cf06e74dff
113
+ warmup_steps: 10
114
+ weight_decay: 0.0
115
+ xformers_attention: null
116
+
117
+ ```
118
+
119
+ </details><br>
120
+
121
+ # 422d9263-c25f-4456-a0e1-3974a62a3647
122
+
123
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
124
+ It achieves the following results on the evaluation set:
125
+ - Loss: 0.6321
126
+
127
+ ## Model description
128
+
129
+ More information needed
130
+
131
+ ## Intended uses & limitations
132
+
133
+ More information needed
134
+
135
+ ## Training and evaluation data
136
+
137
+ More information needed
138
+
139
+ ## Training procedure
140
+
141
+ ### Training hyperparameters
142
+
143
+ The following hyperparameters were used during training:
144
+ - learning_rate: 0.0002
145
+ - train_batch_size: 2
146
+ - eval_batch_size: 2
147
+ - seed: 42
148
+ - gradient_accumulation_steps: 4
149
+ - total_train_batch_size: 8
150
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
151
+ - lr_scheduler_type: cosine
152
+ - lr_scheduler_warmup_steps: 10
153
+ - training_steps: 3960
154
+
155
+ ### Training results
156
+
157
+ | Training Loss | Epoch | Step | Validation Loss |
158
+ |:-------------:|:------:|:----:|:---------------:|
159
+ | 0.9197 | 0.0003 | 1 | 1.1650 |
160
+ | 0.7604 | 0.0427 | 150 | 0.6563 |
161
+ | 0.5294 | 0.0855 | 300 | 0.6590 |
162
+ | 0.6802 | 0.1282 | 450 | 0.6505 |
163
+ | 0.6097 | 0.1709 | 600 | 0.6507 |
164
+ | 1.1434 | 0.2137 | 750 | 0.6448 |
165
+ | 0.7645 | 0.2564 | 900 | 0.6449 |
166
+ | 0.6757 | 0.2991 | 1050 | 0.6401 |
167
+ | 0.5447 | 0.3419 | 1200 | 0.6304 |
168
+ | 0.4485 | 0.3846 | 1350 | 0.6322 |
169
+ | 0.4088 | 0.4274 | 1500 | 0.6321 |
170
+
171
+
172
+ ### Framework versions
173
+
174
+ - PEFT 0.13.2
175
+ - Transformers 4.46.0
176
+ - Pytorch 2.5.0+cu124
177
+ - Datasets 3.0.1
178
  - Tokenizers 0.20.1