panjiariputra commited on
Commit
79d8f33
1 Parent(s): 67e8c78

Upload special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +22 -0
special_tokens_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": null,
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": null,
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": null,
19
+ "eos_token": null,
20
+ "pad_token": "[PAD]",
21
+ "unk_token": "[UNK]"
22
+ }