JeasLee commited on
Commit
b2d3689
·
verified ·
1 Parent(s): bb42dc1

Delete RoboInterVLM_llava_one_vision_7B/special_tokens_map.json with huggingface_hub

Browse files
RoboInterVLM_llava_one_vision_7B/special_tokens_map.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- "<|im_start|>",
4
- "<|im_end|>"
5
- ],
6
- "eos_token": {
7
- "content": "<|im_end|>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false
12
- },
13
- "pad_token": {
14
- "content": "<|endoftext|>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false
19
- }
20
- }