gjdeboer commited on
Commit
dc03911
·
verified ·
1 Parent(s): c655059

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +33 -0
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[BIB_REF]",
4
+ "[/BIB_REF]",
5
+ "[FIG_REF]",
6
+ "[/FIG_REF]",
7
+ "[TABLE_REF]",
8
+ "[/TABLE_REF]",
9
+ "[FORMULA]",
10
+ "[/FORMULA]"
11
+ ],
12
+ "bos_token": {
13
+ "content": "<|begin_of_text|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "eos_token": {
20
+ "content": "<|end_of_text|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "pad_token": {
27
+ "content": "<pad>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }