ZeusCabanas commited on
Commit
f67492d
·
verified ·
1 Parent(s): 7382639

Delete special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +0 -29
special_tokens_map.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<|endoftext|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|im_start|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- },
17
- {
18
- "content": "<|im_end|>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
- ],
25
- "bos_token": "<|im_start|>",
26
- "eos_token": "<|im_end|>",
27
- "pad_token": "<|im_end|>",
28
- "unk_token": "<|endoftext|>"
29
- }