MrBananaHuman commited on
Commit
fc45e64
1 Parent(s): 4be6b59

add tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "[BOS]", "eos_token": "[EOS]", "unk_token": "[UNK]", "pad_token": "[PAD]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "[BOS]", "eos_token": "[EOS]", "unk_token": "[UNK]", "pad_token": "[PAD]", "special_tokens_map_file": null, "name_or_path": "kakaobrain/kogpt", "tokenizer_class": "PreTrainedTokenizerFast"}