SoccerChat-qwen2-vl-7b / configuration.json
SushantGautam's picture
Upload folder using huggingface_hub
03d70f4 verified
raw
history blame contribute delete
357 Bytes
{
"framework": "pytorch",
"task": "image-text-to-text",
"allow_remote": true,
"adapter_cfg": {
"model_id_or_path": "qwen/Qwen2-VL-7B-Instruct",
"model_revision": "master",
"sft_type": "lora",
"tuner_backend": "peft",
"template_type": "qwen2-vl",
"dtype": "bf16",
"system": null
}
}