klue-emotional-finetuned-emotion / tokenizer_config.json
yhchoi's picture
Trainig completed
4776818
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "klue/roberta-small",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "C:\\Users\\yhchoi/.cache\\huggingface\\hub\\models--klue--roberta-small\\snapshots\\f360e3d753b17f3b7508154fefdb042c706db147\\special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}