Geonmo commited on
Commit
027d7a6
1 Parent(s): 2e59def

add tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "[SOT]", "eos_token": "[EOT]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"tokenizer_class": "PreTrainedTokenizerFast"}