Adorg commited on
Commit
c79f610
·
1 Parent(s): 50798e5

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +17 -0
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[NF]",
4
+ "[NI]",
5
+ "[PMT]",
6
+ "[PMT-SEP]",
7
+ "[NPF]",
8
+ "[NPI]"
9
+ ],
10
+ "bos_token": "[BOS]",
11
+ "cls_token": "[BOS]",
12
+ "eos_token": "[EOS]",
13
+ "mask_token": "[MASK]",
14
+ "pad_token": "[PAD]",
15
+ "sep_token": "[SEP]",
16
+ "unk_token": "[UNK]"
17
+ }