llama-nemotron-embed-vl-1b-v2 / processor_config.json
gmoreira-nv's picture
Upload folder using huggingface_hub
4f5de49 verified
raw
history blame
549 Bytes
{
"auto_map": {
"AutoProcessor": "processing_llama_nemotron_vl.LlamaNemotronVLProcessor"
},
"dynamic_image_size": true,
"image_size": 512,
"max_input_tiles": 6,
"norm_type": "siglip",
"num_channels": 3,
"num_image_token": 256,
"p_max_length": 4096,
"pad_to_multiple_of": null,
"padding": true,
"passage_prefix": "passage:",
"processor_class": "LlamaNemotronVLProcessor",
"q_max_length": 512,
"query_prefix": "query:",
"system_message": "",
"template": "bidirectional-llama-retriever",
"use_thumbnail": true
}