rskill-locateanything-3b-nf4 / processor_config.json
AdrianLlopart's picture
fix: re-quantize to self-describing bnb-NF4 (config.json quantization_config + fast tokenizer + all code modules)
38afe9c verified
Raw
History Blame Contribute Delete
473 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_locateanything.LocateAnythingImageProcessor",
"AutoProcessor": "processing_locateanything.LocateAnythingProcessor"
},
"image_end_token": "</img>",
"image_placeholder": "image",
"image_start_token": "<img>",
"image_token": "<IMG_CONTEXT>",
"merge_kernel_size": [
2,
2
],
"processor_class": "LocateAnythingProcessor",
"video_placeholder": "video",
"video_token": "<IMG_CONTEXT>"
}