JesseLiu commited on
Commit
00ac7a4
·
1 Parent(s): c15f6b3
Files changed (1) hide show
  1. added_tokens.json +19 -0
added_tokens.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<CLS>": 32000,
3
+ "<EOD>": 32002,
4
+ "<MASK>": 32003,
5
+ "<PAD>": 32004,
6
+ "<SEP>": 32001,
7
+ "[/bib]": 32010,
8
+ "[/bib_ref]": 32006,
9
+ "[/fig]": 32012,
10
+ "[/fig_ref]": 32008,
11
+ "[/formula]": 32016,
12
+ "[/table]": 32014,
13
+ "[bib]": 32009,
14
+ "[bib_ref]": 32005,
15
+ "[fig]": 32011,
16
+ "[fig_ref]": 32007,
17
+ "[formula]": 32015,
18
+ "[table]": 32013
19
+ }