lbourdois commited on
Commit
5814d26
·
verified ·
1 Parent(s): cddc820

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 +173 -159
README.md CHANGED
@@ -1,160 +1,174 @@
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: c5194f71-04b4-41f6-b50c-d34d273d65cc
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: auto
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - b1a75386545f5321_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/b1a75386545f5321_train_data.json
32
- type:
33
- field_instruction: question
34
- field_output: answer
35
- format: '{instruction}'
36
- no_input_format: '{instruction}'
37
- system_format: '{system}'
38
- system_prompt: ''
39
- debug: null
40
- deepspeed: null
41
- device_map: auto
42
- do_eval: true
43
- early_stopping_patience: null
44
- eval_batch_size: 2
45
- eval_max_new_tokens: 128
46
- eval_steps: null
47
- eval_table_size: null
48
- evals_per_epoch: 4
49
- flash_attention: true
50
- fp16: false
51
- fsdp: null
52
- fsdp_config: null
53
- gradient_accumulation_steps: 4
54
- gradient_checkpointing: false
55
- group_by_length: true
56
- hub_model_id: nttx/c5194f71-04b4-41f6-b50c-d34d273d65cc
57
- hub_repo: null
58
- hub_strategy: checkpoint
59
- hub_token: null
60
- learning_rate: 0.0001
61
- load_in_4bit: false
62
- load_in_8bit: false
63
- local_rank: null
64
- logging_steps: 5
65
- lora_alpha: 16
66
- lora_dropout: 0.05
67
- lora_fan_in_fan_out: null
68
- lora_model_dir: null
69
- lora_r: 8
70
- lora_target_linear: true
71
- lr_scheduler: cosine
72
- max_grad_norm: 1.0
73
- max_memory:
74
- 0: 75GB
75
- max_steps: 200
76
- micro_batch_size: 2
77
- mlflow_experiment_name: /tmp/b1a75386545f5321_train_data.json
78
- model_type: AutoModelForCausalLM
79
- num_epochs: 1
80
- optimizer: adamw_bnb_8bit
81
- output_dir: miner_id_24
82
- pad_to_sequence_len: true
83
- resume_from_checkpoint: null
84
- s2_attention: null
85
- sample_packing: false
86
- save_steps: null
87
- saves_per_epoch: null
88
- sequence_len: 1024
89
- strict: false
90
- tf32: false
91
- tokenizer_type: AutoTokenizer
92
- train_on_inputs: false
93
- trust_remote_code: true
94
- val_set_size: 0.05
95
- wandb_entity: null
96
- wandb_mode: online
97
- wandb_name: b6b4340a-dea6-49b3-b6f3-aec18c56057c
98
- wandb_project: Gradients-On-Demand
99
- wandb_run: your_name
100
- wandb_runid: b6b4340a-dea6-49b3-b6f3-aec18c56057c
101
- warmup_steps: 10
102
- weight_decay: 0.0
103
- xformers_attention: null
104
-
105
- ```
106
-
107
- </details><br>
108
-
109
- # c5194f71-04b4-41f6-b50c-d34d273d65cc
110
-
111
- 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.
112
- It achieves the following results on the evaluation set:
113
- - Loss: 2.1285
114
-
115
- ## Model description
116
-
117
- More information needed
118
-
119
- ## Intended uses & limitations
120
-
121
- More information needed
122
-
123
- ## Training and evaluation data
124
-
125
- More information needed
126
-
127
- ## Training procedure
128
-
129
- ### Training hyperparameters
130
-
131
- The following hyperparameters were used during training:
132
- - learning_rate: 0.0001
133
- - train_batch_size: 2
134
- - eval_batch_size: 2
135
- - seed: 42
136
- - gradient_accumulation_steps: 4
137
- - total_train_batch_size: 8
138
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
139
- - lr_scheduler_type: cosine
140
- - lr_scheduler_warmup_steps: 10
141
- - training_steps: 200
142
-
143
- ### Training results
144
-
145
- | Training Loss | Epoch | Step | Validation Loss |
146
- |:-------------:|:------:|:----:|:---------------:|
147
- | No log | 0.0000 | 1 | 2.4037 |
148
- | 2.6566 | 0.0020 | 50 | 2.2055 |
149
- | 2.6053 | 0.0040 | 100 | 2.1445 |
150
- | 2.6503 | 0.0060 | 150 | 2.1340 |
151
- | 2.6691 | 0.0080 | 200 | 2.1285 |
152
-
153
-
154
- ### Framework versions
155
-
156
- - PEFT 0.13.2
157
- - Transformers 4.46.0
158
- - Pytorch 2.5.0+cu124
159
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  - 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: c5194f71-04b4-41f6-b50c-d34d273d65cc
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: auto
38
+ chat_template: llama3
39
+ dataset_prepared_path: null
40
+ datasets:
41
+ - data_files:
42
+ - b1a75386545f5321_train_data.json
43
+ ds_type: json
44
+ format: custom
45
+ path: /workspace/input_data/b1a75386545f5321_train_data.json
46
+ type:
47
+ field_instruction: question
48
+ field_output: answer
49
+ format: '{instruction}'
50
+ no_input_format: '{instruction}'
51
+ system_format: '{system}'
52
+ system_prompt: ''
53
+ debug: null
54
+ deepspeed: null
55
+ device_map: auto
56
+ do_eval: true
57
+ early_stopping_patience: null
58
+ eval_batch_size: 2
59
+ eval_max_new_tokens: 128
60
+ eval_steps: null
61
+ eval_table_size: null
62
+ evals_per_epoch: 4
63
+ flash_attention: true
64
+ fp16: false
65
+ fsdp: null
66
+ fsdp_config: null
67
+ gradient_accumulation_steps: 4
68
+ gradient_checkpointing: false
69
+ group_by_length: true
70
+ hub_model_id: nttx/c5194f71-04b4-41f6-b50c-d34d273d65cc
71
+ hub_repo: null
72
+ hub_strategy: checkpoint
73
+ hub_token: null
74
+ learning_rate: 0.0001
75
+ load_in_4bit: false
76
+ load_in_8bit: false
77
+ local_rank: null
78
+ logging_steps: 5
79
+ lora_alpha: 16
80
+ lora_dropout: 0.05
81
+ lora_fan_in_fan_out: null
82
+ lora_model_dir: null
83
+ lora_r: 8
84
+ lora_target_linear: true
85
+ lr_scheduler: cosine
86
+ max_grad_norm: 1.0
87
+ max_memory:
88
+ 0: 75GB
89
+ max_steps: 200
90
+ micro_batch_size: 2
91
+ mlflow_experiment_name: /tmp/b1a75386545f5321_train_data.json
92
+ model_type: AutoModelForCausalLM
93
+ num_epochs: 1
94
+ optimizer: adamw_bnb_8bit
95
+ output_dir: miner_id_24
96
+ pad_to_sequence_len: true
97
+ resume_from_checkpoint: null
98
+ s2_attention: null
99
+ sample_packing: false
100
+ save_steps: null
101
+ saves_per_epoch: null
102
+ sequence_len: 1024
103
+ strict: false
104
+ tf32: false
105
+ tokenizer_type: AutoTokenizer
106
+ train_on_inputs: false
107
+ trust_remote_code: true
108
+ val_set_size: 0.05
109
+ wandb_entity: null
110
+ wandb_mode: online
111
+ wandb_name: b6b4340a-dea6-49b3-b6f3-aec18c56057c
112
+ wandb_project: Gradients-On-Demand
113
+ wandb_run: your_name
114
+ wandb_runid: b6b4340a-dea6-49b3-b6f3-aec18c56057c
115
+ warmup_steps: 10
116
+ weight_decay: 0.0
117
+ xformers_attention: null
118
+
119
+ ```
120
+
121
+ </details><br>
122
+
123
+ # c5194f71-04b4-41f6-b50c-d34d273d65cc
124
+
125
+ 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.
126
+ It achieves the following results on the evaluation set:
127
+ - Loss: 2.1285
128
+
129
+ ## Model description
130
+
131
+ More information needed
132
+
133
+ ## Intended uses & limitations
134
+
135
+ More information needed
136
+
137
+ ## Training and evaluation data
138
+
139
+ More information needed
140
+
141
+ ## Training procedure
142
+
143
+ ### Training hyperparameters
144
+
145
+ The following hyperparameters were used during training:
146
+ - learning_rate: 0.0001
147
+ - train_batch_size: 2
148
+ - eval_batch_size: 2
149
+ - seed: 42
150
+ - gradient_accumulation_steps: 4
151
+ - total_train_batch_size: 8
152
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
153
+ - lr_scheduler_type: cosine
154
+ - lr_scheduler_warmup_steps: 10
155
+ - training_steps: 200
156
+
157
+ ### Training results
158
+
159
+ | Training Loss | Epoch | Step | Validation Loss |
160
+ |:-------------:|:------:|:----:|:---------------:|
161
+ | No log | 0.0000 | 1 | 2.4037 |
162
+ | 2.6566 | 0.0020 | 50 | 2.2055 |
163
+ | 2.6053 | 0.0040 | 100 | 2.1445 |
164
+ | 2.6503 | 0.0060 | 150 | 2.1340 |
165
+ | 2.6691 | 0.0080 | 200 | 2.1285 |
166
+
167
+
168
+ ### Framework versions
169
+
170
+ - PEFT 0.13.2
171
+ - Transformers 4.46.0
172
+ - Pytorch 2.5.0+cu124
173
+ - Datasets 3.0.1
174
  - Tokenizers 0.20.1