tiny-processor-cosmos3-edge / tokenizer_config.json
atharvajoshi10's picture
Add Cosmos3 Edge processor test fixture
9478fc8 verified
Raw
History Blame Contribute Delete
486 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<eos>",
"extra_special_tokens": [],
"image_token": "<|image_pad|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"processor_class": "Cosmos3EdgeProcessor",
"return_mm_token_type_ids": true,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"video_token": "<|video_pad|>",
"vision_end_token": "<|vision_end|>",
"vision_start_token": "<|vision_start|>"
}