robinq's picture
Upload tokenizer_config.json with huggingface_hub
8ff05e4 verified
{
"bos_token": "[CLS]",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"model_max_length": 2048,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}