tiny-random-PixtralVisionModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for PixtralVisionModel
a798ce0 verified
Raw
History Blame Contribute Delete
394 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"processor_class": "PixtralProcessor",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}