zero-shot-classification / tokenizer_config.json
Raihan Hidayatullah Djunaedi
Update README.md to enhance model documentation and examples for zero-shot classification
94028e0
{
"model_max_length": 512,
"tokenizer_class": "XLMRobertaTokenizer",
"do_lower_case": false,
"bos_token": "<s>",
"eos_token": "</s>",
"sep_token": "</s>",
"cls_token": "<s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"mask_token": "<mask>",
"special_tokens_map_file": null,
"name_or_path": "xlm-roberta-large",
"tokenize_chinese_chars": true,
"strip_accents": null,
"do_basic_tokenize": true
}