pavanyellow commited on
Commit
9650052
1 Parent(s): 0ecdb4a

Upload 3 files

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|BOS|>",
3
+ "eos_token": "<|EOS|>",
4
+ "pad_token": "<|PAD|>"
5
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast"
3
+ }