File size: 383 Bytes
e828fe2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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": "You are a helpful assistant."
    }
}