Commit
4e1bcdf
·
verified ·
1 Parent(s): 6ea52c4

Upload _tokenizer_config.json

Browse files
Files changed (1) hide show
  1. _tokenizer_config.json +7 -0
_tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "unk_token": "<unk>",
4
+ "bos_token": "<bos>",
5
+ "eos_token": "<eos>",
6
+ "pad_token": "<pad>"
7
+ }