Fr commited on
Commit
8fc80d7
·
verified ·
1 Parent(s): d451f05

Delete special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +0 -38
special_tokens_map.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- "<role>",
4
- "</role>",
5
- "<|arithmetic_start|>",
6
- "<|arithmetic_end|>",
7
- "<|number_start|>",
8
- "<|number_end|>"
9
- ],
10
- "bos_token": {
11
- "content": "<|startoftext|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- },
17
- "cls_token": {
18
- "content": "[CLS]",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- },
24
- "eos_token": {
25
- "content": "<|endoftext|>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- },
31
- "pad_token": {
32
- "content": "<|endoftext|>",
33
- "lstrip": false,
34
- "normalized": false,
35
- "rstrip": false,
36
- "single_word": false
37
- }
38
- }