File size: 402 Bytes
61f48e3 84180f2 76ff34a 61f48e3 84180f2 61f48e3 76ff34a 61f48e3 84180f2 61f48e3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"backend": "tokenizers",
"bos_token": "<cls>",
"clean_up_tokenization_spaces": false,
"cls_token": "<cls>",
"eos_token": "<eos>",
"is_local": true,
"mask_token": "<mask>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}
|