SNLmodel / tokenizer_config.json
KazukiNakamae's picture
Uploaded model and tokenizer files
3ce1caf
raw
history blame contribute delete
266 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 10,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}