File size: 387 Bytes
b5a9791 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"add_prefix_space": true,
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"extra_ids": 0,
"is_local": true,
"legacy": true,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {},
"pad_token": "<pad>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}
|