nnpy commited on
Commit
370ab08
·
verified ·
1 Parent(s): 97b6c49

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/qwen2.5-1.5b-instruct-bnb-4bit",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "gate_proj",
27
  "v_proj",
28
- "o_proj",
 
 
29
  "q_proj",
30
  "up_proj",
31
- "down_proj",
32
- "k_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-1.5b-instruct-unsloth-bnb-4bit",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "v_proj",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "k_proj",
30
  "q_proj",
31
  "up_proj",
32
+ "o_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a166dbb8982791dbed5b7ac7703a38c48901d8a909d9abcba5576c0913006292
3
  size 73911112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092fc9c4c943535e67d41cb9e32e90f024f7df45786597221e9efef1bf211b56
3
  size 73911112
added_tokens.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "</tool_call>": 151658,
3
  "<tool_call>": 151657,
4
- "<|PAD_TOKEN|>": 151665,
5
  "<|box_end|>": 151649,
6
  "<|box_start|>": 151648,
7
  "<|endoftext|>": 151643,
 
1
  {
2
  "</tool_call>": 151658,
3
  "<tool_call>": 151657,
 
4
  "<|box_end|>": 151649,
5
  "<|box_start|>": 151648,
6
  "<|endoftext|>": 151643,
special_tokens_map.json CHANGED
@@ -22,7 +22,7 @@
22
  "single_word": false
23
  },
24
  "pad_token": {
25
- "content": "<|PAD_TOKEN|>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
 
22
  "single_word": false
23
  },
24
  "pad_token": {
25
+ "content": "<|vision_pad|>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:228f830c422e3cba9a535edebc7526e9cb362ed4e4b2458587d2d3eece80fc66
3
- size 11422254
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e2c18eaf9a0b64d16f11f381664b17389bd92bcf13130ba6f754c95b078300
3
+ size 11422065
tokenizer_config.json CHANGED
@@ -177,14 +177,6 @@
177
  "rstrip": false,
178
  "single_word": false,
179
  "special": false
180
- },
181
- "151665": {
182
- "content": "<|PAD_TOKEN|>",
183
- "lstrip": false,
184
- "normalized": false,
185
- "rstrip": false,
186
- "single_word": false,
187
- "special": true
188
  }
189
  },
190
  "additional_special_tokens": [
@@ -209,7 +201,7 @@
209
  "errors": "replace",
210
  "extra_special_tokens": {},
211
  "model_max_length": 32768,
212
- "pad_token": "<|PAD_TOKEN|>",
213
  "padding_side": "right",
214
  "split_special_tokens": false,
215
  "tokenizer_class": "Qwen2Tokenizer",
 
177
  "rstrip": false,
178
  "single_word": false,
179
  "special": false
 
 
 
 
 
 
 
 
180
  }
181
  },
182
  "additional_special_tokens": [
 
201
  "errors": "replace",
202
  "extra_special_tokens": {},
203
  "model_max_length": 32768,
204
+ "pad_token": "<|vision_pad|>",
205
  "padding_side": "right",
206
  "split_special_tokens": false,
207
  "tokenizer_class": "Qwen2Tokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcbc18ede3cb4c5985230811e40b55e3332c728769b417f5300b6670e1f4db28
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5093f3b3229f2ae3e7d4ab2df778af84e808428a469324cb401cf2238849448f
3
  size 5624