lbourdois commited on
Commit
191568f
·
verified ·
1 Parent(s): f4b2a84

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 +178 -164
README.md CHANGED
@@ -1,165 +1,179 @@
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: abd8aeaa-e58d-4d46-9295-cfcec02db06a
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
- accelerate_config:
22
- dynamo_backend: inductor
23
- mixed_precision: bf16
24
- num_machines: 1
25
- num_processes: auto
26
- use_cpu: false
27
- adapter: lora
28
- base_model: Qwen/Qwen2.5-1.5B
29
- bf16: auto
30
- chat_template: llama3
31
- dataset_prepared_path: null
32
- datasets:
33
- - data_files:
34
- - 17b15cf7d7fdc0cd_train_data.json
35
- ds_type: json
36
- format: custom
37
- path: /workspace/input_data/17b15cf7d7fdc0cd_train_data.json
38
- type:
39
- field_input: seq.txt
40
- field_instruction: name.txt
41
- field_output: smiles.txt
42
- format: '{instruction} {input}'
43
- no_input_format: '{instruction}'
44
- system_format: '{system}'
45
- system_prompt: ''
46
- debug: null
47
- deepspeed: null
48
- device_map: auto
49
- early_stopping_patience: null
50
- eval_max_new_tokens: 128
51
- eval_table_size: null
52
- evals_per_epoch: 4
53
- flash_attention: false
54
- fp16: null
55
- fsdp: null
56
- fsdp_config: null
57
- gradient_accumulation_steps: 16
58
- gradient_checkpointing: true
59
- group_by_length: false
60
- hub_model_id: VERSIL91/abd8aeaa-e58d-4d46-9295-cfcec02db06a
61
- hub_repo: null
62
- hub_strategy: checkpoint
63
- hub_token: null
64
- learning_rate: 0.0001
65
- local_rank: null
66
- logging_steps: 1
67
- lora_alpha: 16
68
- lora_dropout: 0.05
69
- lora_fan_in_fan_out: null
70
- lora_model_dir: null
71
- lora_r: 8
72
- lora_target_linear: true
73
- lora_target_modules:
74
- - q_proj
75
- - v_proj
76
- lr_scheduler: cosine
77
- max_memory:
78
- 0: 70GiB
79
- max_steps: 5
80
- micro_batch_size: 2
81
- mlflow_experiment_name: /tmp/17b15cf7d7fdc0cd_train_data.json
82
- model_type: AutoModelForCausalLM
83
- num_epochs: 1
84
- optimizer: adamw_bnb_8bit
85
- output_dir: miner_id_24
86
- pad_to_sequence_len: true
87
- quantization_config:
88
- llm_int8_enable_fp32_cpu_offload: true
89
- load_in_8bit: true
90
- resume_from_checkpoint: null
91
- s2_attention: null
92
- sample_packing: false
93
- saves_per_epoch: 4
94
- sequence_len: 512
95
- strict: false
96
- tf32: false
97
- tokenizer_type: AutoTokenizer
98
- torch_compile: true
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: abd8aeaa-e58d-4d46-9295-cfcec02db06a
105
- wandb_project: Gradients-On-Demand
106
- wandb_run: your_name
107
- wandb_runid: abd8aeaa-e58d-4d46-9295-cfcec02db06a
108
- warmup_steps: 10
109
- weight_decay: 0.0
110
- xformers_attention: null
111
-
112
- ```
113
-
114
- </details><br>
115
-
116
- # abd8aeaa-e58d-4d46-9295-cfcec02db06a
117
-
118
- 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.
119
- It achieves the following results on the evaluation set:
120
- - Loss: 2.9904
121
-
122
- ## Model description
123
-
124
- More information needed
125
-
126
- ## Intended uses & limitations
127
-
128
- More information needed
129
-
130
- ## Training and evaluation data
131
-
132
- More information needed
133
-
134
- ## Training procedure
135
-
136
- ### Training hyperparameters
137
-
138
- The following hyperparameters were used during training:
139
- - learning_rate: 0.0001
140
- - train_batch_size: 2
141
- - eval_batch_size: 2
142
- - seed: 42
143
- - gradient_accumulation_steps: 16
144
- - total_train_batch_size: 32
145
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
146
- - lr_scheduler_type: cosine
147
- - lr_scheduler_warmup_steps: 10
148
- - training_steps: 5
149
-
150
- ### Training results
151
-
152
- | Training Loss | Epoch | Step | Validation Loss |
153
- |:-------------:|:------:|:----:|:---------------:|
154
- | 2.7759 | 0.0023 | 1 | 3.1060 |
155
- | 2.686 | 0.0046 | 2 | 3.0574 |
156
- | 2.139 | 0.0091 | 4 | 2.9904 |
157
-
158
-
159
- ### Framework versions
160
-
161
- - PEFT 0.13.2
162
- - Transformers 4.46.0
163
- - Pytorch 2.5.0+cu124
164
- - Datasets 3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  - 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: abd8aeaa-e58d-4d46-9295-cfcec02db06a
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
+ accelerate_config:
36
+ dynamo_backend: inductor
37
+ mixed_precision: bf16
38
+ num_machines: 1
39
+ num_processes: auto
40
+ use_cpu: false
41
+ adapter: lora
42
+ base_model: Qwen/Qwen2.5-1.5B
43
+ bf16: auto
44
+ chat_template: llama3
45
+ dataset_prepared_path: null
46
+ datasets:
47
+ - data_files:
48
+ - 17b15cf7d7fdc0cd_train_data.json
49
+ ds_type: json
50
+ format: custom
51
+ path: /workspace/input_data/17b15cf7d7fdc0cd_train_data.json
52
+ type:
53
+ field_input: seq.txt
54
+ field_instruction: name.txt
55
+ field_output: smiles.txt
56
+ format: '{instruction} {input}'
57
+ no_input_format: '{instruction}'
58
+ system_format: '{system}'
59
+ system_prompt: ''
60
+ debug: null
61
+ deepspeed: null
62
+ device_map: auto
63
+ early_stopping_patience: null
64
+ eval_max_new_tokens: 128
65
+ eval_table_size: null
66
+ evals_per_epoch: 4
67
+ flash_attention: false
68
+ fp16: null
69
+ fsdp: null
70
+ fsdp_config: null
71
+ gradient_accumulation_steps: 16
72
+ gradient_checkpointing: true
73
+ group_by_length: false
74
+ hub_model_id: VERSIL91/abd8aeaa-e58d-4d46-9295-cfcec02db06a
75
+ hub_repo: null
76
+ hub_strategy: checkpoint
77
+ hub_token: null
78
+ learning_rate: 0.0001
79
+ local_rank: null
80
+ logging_steps: 1
81
+ lora_alpha: 16
82
+ lora_dropout: 0.05
83
+ lora_fan_in_fan_out: null
84
+ lora_model_dir: null
85
+ lora_r: 8
86
+ lora_target_linear: true
87
+ lora_target_modules:
88
+ - q_proj
89
+ - v_proj
90
+ lr_scheduler: cosine
91
+ max_memory:
92
+ 0: 70GiB
93
+ max_steps: 5
94
+ micro_batch_size: 2
95
+ mlflow_experiment_name: /tmp/17b15cf7d7fdc0cd_train_data.json
96
+ model_type: AutoModelForCausalLM
97
+ num_epochs: 1
98
+ optimizer: adamw_bnb_8bit
99
+ output_dir: miner_id_24
100
+ pad_to_sequence_len: true
101
+ quantization_config:
102
+ llm_int8_enable_fp32_cpu_offload: true
103
+ load_in_8bit: true
104
+ resume_from_checkpoint: null
105
+ s2_attention: null
106
+ sample_packing: false
107
+ saves_per_epoch: 4
108
+ sequence_len: 512
109
+ strict: false
110
+ tf32: false
111
+ tokenizer_type: AutoTokenizer
112
+ torch_compile: true
113
+ train_on_inputs: false
114
+ trust_remote_code: true
115
+ val_set_size: 0.05
116
+ wandb_entity: null
117
+ wandb_mode: online
118
+ wandb_name: abd8aeaa-e58d-4d46-9295-cfcec02db06a
119
+ wandb_project: Gradients-On-Demand
120
+ wandb_run: your_name
121
+ wandb_runid: abd8aeaa-e58d-4d46-9295-cfcec02db06a
122
+ warmup_steps: 10
123
+ weight_decay: 0.0
124
+ xformers_attention: null
125
+
126
+ ```
127
+
128
+ </details><br>
129
+
130
+ # abd8aeaa-e58d-4d46-9295-cfcec02db06a
131
+
132
+ 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.
133
+ It achieves the following results on the evaluation set:
134
+ - Loss: 2.9904
135
+
136
+ ## Model description
137
+
138
+ More information needed
139
+
140
+ ## Intended uses & limitations
141
+
142
+ More information needed
143
+
144
+ ## Training and evaluation data
145
+
146
+ More information needed
147
+
148
+ ## Training procedure
149
+
150
+ ### Training hyperparameters
151
+
152
+ The following hyperparameters were used during training:
153
+ - learning_rate: 0.0001
154
+ - train_batch_size: 2
155
+ - eval_batch_size: 2
156
+ - seed: 42
157
+ - gradient_accumulation_steps: 16
158
+ - total_train_batch_size: 32
159
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
160
+ - lr_scheduler_type: cosine
161
+ - lr_scheduler_warmup_steps: 10
162
+ - training_steps: 5
163
+
164
+ ### Training results
165
+
166
+ | Training Loss | Epoch | Step | Validation Loss |
167
+ |:-------------:|:------:|:----:|:---------------:|
168
+ | 2.7759 | 0.0023 | 1 | 3.1060 |
169
+ | 2.686 | 0.0046 | 2 | 3.0574 |
170
+ | 2.139 | 0.0091 | 4 | 2.9904 |
171
+
172
+
173
+ ### Framework versions
174
+
175
+ - PEFT 0.13.2
176
+ - Transformers 4.46.0
177
+ - Pytorch 2.5.0+cu124
178
+ - Datasets 3.0.1
179
  - Tokenizers 0.20.1