File size: 305 Bytes
a3cff94 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"backend": "tokenizers",
"cls_token": "[CLS]",
"is_local": true,
"mask_token": "",
"model_max_length": 512,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_token": "[UNK]"
}
|