CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Idefics3VisionTransformer

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes13downloads
tokenizer_config.json25 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|begin_of_text|>",4  "clean_up_tokenization_spaces": true,5  "eos_token": "<|end_of_text|>",6  "extra_special_tokens": [7    "<fake_token_around_image>",8    "<image>",9    "<end_of_utterance>"10  ],11  "is_local": true,12  "legacy": false,13  "local_files_only": false,14  "model_input_names": [15    "input_ids",16    "attention_mask"17  ],18  "model_max_length": 131072,19  "pad_token": "<|reserved_special_token_0|>",20  "padding_side": "left",21  "processor_class": "Idefics3Processor",22  "tokenizer_class": "TokenizersBackend",23  "truncation_side": "left"24}25