jg-enosh commited on
Commit
bf2c6d4
·
verified ·
1 Parent(s): fedd696

(Trained with Unsloth)

Browse files
added_tokens.json CHANGED
@@ -5,6 +5,7 @@
5
  "<think>": 151667,
6
  "<tool_call>": 151657,
7
  "<tool_response>": 151665,
 
8
  "<|box_end|>": 151649,
9
  "<|box_start|>": 151648,
10
  "<|endoftext|>": 151643,
 
5
  "<think>": 151667,
6
  "<tool_call>": 151657,
7
  "<tool_response>": 151665,
8
+ "<|PAD_TOKEN|>": 151669,
9
  "<|box_end|>": 151649,
10
  "<|box_start|>": 151648,
11
  "<|endoftext|>": 151643,
config.json CHANGED
@@ -55,14 +55,14 @@
55
  "num_attention_heads": 32,
56
  "num_hidden_layers": 36,
57
  "num_key_value_heads": 8,
58
- "pad_token_id": 151654,
59
  "rms_norm_eps": 1e-06,
60
  "rope_scaling": null,
61
  "rope_theta": 5000000,
62
  "sliding_window": null,
63
  "tie_word_embeddings": true,
64
  "unsloth_fixed": true,
65
- "unsloth_version": "2026.2.1",
66
  "use_cache": true,
67
  "use_sliding_window": false,
68
  "vocab_size": 151936
 
55
  "num_attention_heads": 32,
56
  "num_hidden_layers": 36,
57
  "num_key_value_heads": 8,
58
+ "pad_token_id": 151669,
59
  "rms_norm_eps": 1e-06,
60
  "rope_scaling": null,
61
  "rope_theta": 5000000,
62
  "sliding_window": null,
63
  "tie_word_embeddings": true,
64
  "unsloth_fixed": true,
65
+ "unsloth_version": "2026.3.17",
66
  "use_cache": true,
67
  "use_sliding_window": false,
68
  "vocab_size": 151936
special_tokens_map.json CHANGED
@@ -21,11 +21,5 @@
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
- "pad_token": {
25
- "content": "<|vision_pad|>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- }
31
  }
 
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
+ "pad_token": "<|PAD_TOKEN|>"
 
 
 
 
 
 
25
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
- size 11422654
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ba4ba91270b1a50e5cd8e51023bccc66fc4ac4909dd7ae7ab29433411c9bb9
3
+ size 11422844
tokenizer_config.json CHANGED
@@ -209,6 +209,14 @@
209
  "rstrip": false,
210
  "single_word": false,
211
  "special": false
 
 
 
 
 
 
 
 
212
  }
213
  },
214
  "additional_special_tokens": [
@@ -232,7 +240,7 @@
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 262144,
235
- "pad_token": "<|vision_pad|>",
236
  "padding_side": "right",
237
  "split_special_tokens": false,
238
  "tokenizer_class": "Qwen2Tokenizer",
 
209
  "rstrip": false,
210
  "single_word": false,
211
  "special": false
212
+ },
213
+ "151669": {
214
+ "content": "<|PAD_TOKEN|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
  }
221
  },
222
  "additional_special_tokens": [
 
240
  "errors": "replace",
241
  "extra_special_tokens": {},
242
  "model_max_length": 262144,
243
+ "pad_token": "<|PAD_TOKEN|>",
244
  "padding_side": "right",
245
  "split_special_tokens": false,
246
  "tokenizer_class": "Qwen2Tokenizer",