JonasGeiping commited on
Commit
9f94e48
1 Parent(s): 6dbd6f1

Upload tokenizer/special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer/special_tokens_map.json +9 -0
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<cls>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "<sep>",
8
+ "unk_token": "<unk>"
9
+ }