Cialtion commited on
Commit
5e4010e
·
verified ·
1 Parent(s): d2b2a9e

Delete special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +0 -48
special_tokens_map.json DELETED
@@ -1,48 +0,0 @@
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
- }