lbourdois commited on
Commit
c5814da
·
verified ·
1 Parent(s): d373796

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 +163 -149
README.md CHANGED
@@ -1,150 +1,164 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-7B
5
- tags:
6
- - axolotl
7
- - generated_from_trainer
8
- model-index:
9
- - name: 6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
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-7B
23
- bf16: auto
24
- chat_template: llama3
25
- dataset_prepared_path: null
26
- datasets:
27
- - data_files:
28
- - 885ba5ffeaa983c5_train_data.json
29
- ds_type: json
30
- format: custom
31
- path: /workspace/input_data/885ba5ffeaa983c5_train_data.json
32
- type:
33
- field_input: language
34
- field_instruction: url
35
- field_output: text
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_table_size: null
45
- evals_per_epoch: 1
46
- flash_attention: true
47
- fp16: null
48
- fsdp: null
49
- fsdp_config: null
50
- gradient_accumulation_steps: 4
51
- gradient_checkpointing: true
52
- gradient_clipping: 1.0
53
- group_by_length: false
54
- hub_model_id: denbeo/6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
55
- hub_repo: null
56
- hub_strategy: end
57
- hub_token: null
58
- learning_rate: 5.0e-05
59
- load_in_4bit: true
60
- load_in_8bit: true
61
- local_rank: null
62
- logging_steps: 1
63
- lora_alpha: 16
64
- lora_dropout: 0.05
65
- lora_fan_in_fan_out: null
66
- lora_model_dir: null
67
- lora_r: 8
68
- lora_target_linear: true
69
- lr_scheduler: cosine
70
- max_steps: 200
71
- micro_batch_size: 2
72
- mlflow_experiment_name: /tmp/885ba5ffeaa983c5_train_data.json
73
- model_type: AutoModelForCausalLM
74
- num_epochs: 1
75
- optimizer: adamw_bnb_8bit
76
- output_dir: miner_id_24
77
- pad_to_sequence_len: true
78
- resume_from_checkpoint: null
79
- s2_attention: null
80
- sample_packing: false
81
- saves_per_epoch: 1
82
- sequence_len: 1024
83
- strict: false
84
- tf32: false
85
- tokenizer_type: AutoTokenizer
86
- train_on_inputs: false
87
- trust_remote_code: true
88
- val_set_size: 0.05
89
- wandb_entity: null
90
- wandb_mode: online
91
- wandb_name: f818dbcf-ece5-4ec6-8a5a-6bedaaefba89
92
- wandb_project: Gradients-On-Demand
93
- wandb_run: your_name
94
- wandb_runid: f818dbcf-ece5-4ec6-8a5a-6bedaaefba89
95
- warmup_steps: 5
96
- weight_decay: 0.01
97
- xformers_attention: true
98
-
99
- ```
100
-
101
- </details><br>
102
-
103
- # 6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
104
-
105
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the None dataset.
106
- It achieves the following results on the evaluation set:
107
- - Loss: 2.1573
108
-
109
- ## Model description
110
-
111
- More information needed
112
-
113
- ## Intended uses & limitations
114
-
115
- More information needed
116
-
117
- ## Training and evaluation data
118
-
119
- More information needed
120
-
121
- ## Training procedure
122
-
123
- ### Training hyperparameters
124
-
125
- The following hyperparameters were used during training:
126
- - learning_rate: 5e-05
127
- - train_batch_size: 2
128
- - eval_batch_size: 2
129
- - seed: 42
130
- - gradient_accumulation_steps: 4
131
- - total_train_batch_size: 8
132
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
- - lr_scheduler_type: cosine
134
- - lr_scheduler_warmup_steps: 5
135
- - training_steps: 200
136
-
137
- ### Training results
138
-
139
- | Training Loss | Epoch | Step | Validation Loss |
140
- |:-------------:|:------:|:----:|:---------------:|
141
- | 2.4746 | 0.1701 | 200 | 2.1573 |
142
-
143
-
144
- ### Framework versions
145
-
146
- - PEFT 0.13.2
147
- - Transformers 4.46.0
148
- - Pytorch 2.5.0+cu124
149
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  - Tokenizers 0.20.1
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-7B
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: 6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
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-7B
37
+ bf16: auto
38
+ chat_template: llama3
39
+ dataset_prepared_path: null
40
+ datasets:
41
+ - data_files:
42
+ - 885ba5ffeaa983c5_train_data.json
43
+ ds_type: json
44
+ format: custom
45
+ path: /workspace/input_data/885ba5ffeaa983c5_train_data.json
46
+ type:
47
+ field_input: language
48
+ field_instruction: url
49
+ field_output: text
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_table_size: null
59
+ evals_per_epoch: 1
60
+ flash_attention: true
61
+ fp16: null
62
+ fsdp: null
63
+ fsdp_config: null
64
+ gradient_accumulation_steps: 4
65
+ gradient_checkpointing: true
66
+ gradient_clipping: 1.0
67
+ group_by_length: false
68
+ hub_model_id: denbeo/6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
69
+ hub_repo: null
70
+ hub_strategy: end
71
+ hub_token: null
72
+ learning_rate: 5.0e-05
73
+ load_in_4bit: true
74
+ load_in_8bit: true
75
+ local_rank: null
76
+ logging_steps: 1
77
+ lora_alpha: 16
78
+ lora_dropout: 0.05
79
+ lora_fan_in_fan_out: null
80
+ lora_model_dir: null
81
+ lora_r: 8
82
+ lora_target_linear: true
83
+ lr_scheduler: cosine
84
+ max_steps: 200
85
+ micro_batch_size: 2
86
+ mlflow_experiment_name: /tmp/885ba5ffeaa983c5_train_data.json
87
+ model_type: AutoModelForCausalLM
88
+ num_epochs: 1
89
+ optimizer: adamw_bnb_8bit
90
+ output_dir: miner_id_24
91
+ pad_to_sequence_len: true
92
+ resume_from_checkpoint: null
93
+ s2_attention: null
94
+ sample_packing: false
95
+ saves_per_epoch: 1
96
+ sequence_len: 1024
97
+ strict: false
98
+ tf32: false
99
+ tokenizer_type: AutoTokenizer
100
+ train_on_inputs: false
101
+ trust_remote_code: true
102
+ val_set_size: 0.05
103
+ wandb_entity: null
104
+ wandb_mode: online
105
+ wandb_name: f818dbcf-ece5-4ec6-8a5a-6bedaaefba89
106
+ wandb_project: Gradients-On-Demand
107
+ wandb_run: your_name
108
+ wandb_runid: f818dbcf-ece5-4ec6-8a5a-6bedaaefba89
109
+ warmup_steps: 5
110
+ weight_decay: 0.01
111
+ xformers_attention: true
112
+
113
+ ```
114
+
115
+ </details><br>
116
+
117
+ # 6bbcf132-f8fa-4195-91f8-a3ad75eb6e63
118
+
119
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the None dataset.
120
+ It achieves the following results on the evaluation set:
121
+ - Loss: 2.1573
122
+
123
+ ## Model description
124
+
125
+ More information needed
126
+
127
+ ## Intended uses & limitations
128
+
129
+ More information needed
130
+
131
+ ## Training and evaluation data
132
+
133
+ More information needed
134
+
135
+ ## Training procedure
136
+
137
+ ### Training hyperparameters
138
+
139
+ The following hyperparameters were used during training:
140
+ - learning_rate: 5e-05
141
+ - train_batch_size: 2
142
+ - eval_batch_size: 2
143
+ - seed: 42
144
+ - gradient_accumulation_steps: 4
145
+ - total_train_batch_size: 8
146
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
147
+ - lr_scheduler_type: cosine
148
+ - lr_scheduler_warmup_steps: 5
149
+ - training_steps: 200
150
+
151
+ ### Training results
152
+
153
+ | Training Loss | Epoch | Step | Validation Loss |
154
+ |:-------------:|:------:|:----:|:---------------:|
155
+ | 2.4746 | 0.1701 | 200 | 2.1573 |
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