Cialtion commited on
Commit
168bc5f
·
verified ·
1 Parent(s): fc72f63

Fix/Check RT-Qwen3-30B-AWQ/special_tokens_map.json

Browse files
RT-Qwen3-30B-AWQ/special_tokens_map.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>",
16
+ "<content>",
17
+ "</content>",
18
+ "<function>",
19
+ "</function>",
20
+ "<arg1>",
21
+ "</arg1>",
22
+ "<arg2>",
23
+ "</arg2>",
24
+ "<arg3>",
25
+ "</arg3>",
26
+ "<arg4>",
27
+ "</arg4>",
28
+ "<arg5>",
29
+ "</arg5>",
30
+ "<arg6>",
31
+ "</arg6>",
32
+ "<|null|>"
33
+ ],
34
+ "eos_token": {
35
+ "content": "<|im_end|>",
36
+ "lstrip": false,
37
+ "normalized": false,
38
+ "rstrip": false,
39
+ "single_word": false
40
+ },
41
+ "pad_token": {
42
+ "content": "<|endoftext|>",
43
+ "lstrip": false,
44
+ "normalized": false,
45
+ "rstrip": false,
46
+ "single_word": false
47
+ }
48
+ }