GROVER / tokenizer_config.json
melissasanabria's picture
Upload tokenizer
5e45af8 verified
raw
history blame contribute delete
No virus
314 Bytes
{
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"model_max_length": 512,
"special_tokens": {
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]"
},
"tokenize_chinese_chars": false,
"tokenizer_class": "PreTrainedTokenizerFast",
"trust_remote_code": true
}