NLG_Project / sft-detikzify-8b /processor_config.json
saeedbenadeeb's picture
Add DeTikZify-v2.5-8B SFT LoRA adapter
3533842 verified
raw
history blame contribute delete
570 Bytes
{
"image_processor": {
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "SiglipImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 1,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 420,
"width": 420
}
},
"image_seq_len": 300,
"image_token": "<|reserved_special_token_2|>",
"model_expects_text": false,
"processor_class": "DetikzifyProcessor"
}