KR-patent-deberta-large / tokenizer_config.json
Lukekim's picture
Upload 12 files
0494871
raw
history blame
No virus
321 Bytes
{
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "kakaobrain/kogpt",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}