File size: 334 Bytes
fdcc996 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"additional_special_tokens": [
"<unk>",
"<pad>",
"<mask>",
"<bos>"
],
"bos_token": "<bos>",
"clean_up_tokenization_spaces": true,
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}
|