Gunulhona commited on
Commit
1d6f15b
·
1 Parent(s): 1878acb

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]", "mask_token": "[MASK]"}
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", "mask_token": "[MASK]", "tokenizer_class": "PreTrainedTokenizerFast"}