anhdai312 commited on
Commit
c2f868e
·
verified ·
1 Parent(s): 78492eb

Training in progress, step 10

Browse files
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- base_model: unsloth/qwen3-0.6b-unsloth-bnb-4bit
3
  library_name: transformers
4
  model_name: test2
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
- - unsloth
10
  licence: license
11
  ---
12
 
13
  # Model Card for test2
14
 
15
- This model is a fine-tuned version of [unsloth/qwen3-0.6b-unsloth-bnb-4bit](https://huggingface.co/unsloth/qwen3-0.6b-unsloth-bnb-4bit).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
 
1
  ---
2
+ base_model: unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit
3
  library_name: transformers
4
  model_name: test2
5
  tags:
6
  - generated_from_trainer
7
+ - unsloth
8
  - trl
9
  - sft
 
10
  licence: license
11
  ---
12
 
13
  # Model Card for test2
14
 
15
+ This model is a fine-tuned version of [unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit](https://huggingface.co/unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit).
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
  ## Quick start
adapter_config.json CHANGED
@@ -3,11 +3,11 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": {
6
- "base_model_class": "Qwen3ForCausalLM",
7
- "parent_library": "transformers.models.qwen3.modeling_qwen3",
8
  "unsloth_fixed": true
9
  },
10
- "base_model_name_or_path": "unsloth/qwen3-0.6b-unsloth-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
@@ -29,17 +29,17 @@
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
- "r": 4,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "gate_proj",
37
- "v_proj",
38
- "q_proj",
39
  "up_proj",
 
 
40
  "down_proj",
41
- "k_proj",
42
- "o_proj"
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
  "unsloth_fixed": true
9
  },
10
+ "base_model_name_or_path": "unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
 
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
+ "r": 8,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
 
36
  "up_proj",
37
+ "q_proj",
38
+ "o_proj",
39
  "down_proj",
40
+ "v_proj",
41
+ "gate_proj",
42
+ "k_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb6062623c401be6884015d9d22ab9ece656c01498887dc7f6631c1f91a9680f
3
- size 10143496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a616e38fa8e78d658c3597cb8b80666469400ae0af05db84f75fda5e1b965d18
3
+ size 17640136
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7430e9138b76e93fb6f93462394d236b411111aef53cb421ba97d2691040cca
3
- size 11423114
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4360dd6a184650ffc48056c2569bc603f896c5adfe94b10f1c79f809638aa5
3
+ size 11422166
tokenizer_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "bos_token": null,
5
  "eos_token": "<|im_end|>",
6
  "model_max_length": 1000000000000000019884624838656,
7
- "pad_token": "<|PAD_TOKEN|>",
8
  "tokenizer_class": "Qwen2Tokenizer",
9
  "unk_token": null,
10
  "added_tokens_decoder": {
@@ -183,46 +183,6 @@
183
  "rstrip": false,
184
  "normalized": false,
185
  "special": false
186
- },
187
- "151665": {
188
- "content": "<tool_response>",
189
- "single_word": false,
190
- "lstrip": false,
191
- "rstrip": false,
192
- "normalized": false,
193
- "special": false
194
- },
195
- "151666": {
196
- "content": "</tool_response>",
197
- "single_word": false,
198
- "lstrip": false,
199
- "rstrip": false,
200
- "normalized": false,
201
- "special": false
202
- },
203
- "151667": {
204
- "content": "<think>",
205
- "single_word": false,
206
- "lstrip": false,
207
- "rstrip": false,
208
- "normalized": false,
209
- "special": false
210
- },
211
- "151668": {
212
- "content": "</think>",
213
- "single_word": false,
214
- "lstrip": false,
215
- "rstrip": false,
216
- "normalized": false,
217
- "special": false
218
- },
219
- "151669": {
220
- "content": "<|PAD_TOKEN|>",
221
- "single_word": false,
222
- "lstrip": false,
223
- "rstrip": false,
224
- "normalized": false,
225
- "special": true
226
  }
227
  }
228
  }
 
4
  "bos_token": null,
5
  "eos_token": "<|im_end|>",
6
  "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "<|vision_pad|>",
8
  "tokenizer_class": "Qwen2Tokenizer",
9
  "unk_token": null,
10
  "added_tokens_decoder": {
 
183
  "rstrip": false,
184
  "normalized": false,
185
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  }
187
  }
188
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72acde95f427f5c0caceca3d439bf221e41298f573bef3ae7440a8d707625ea4
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ef5223b9379a2e2e03f9ae8eb4a1125fbf4b72c2cc943819d449b0935619a3
3
  size 5777