pix2struct-base-clover-lora / adapter_config.json
ybelkada's picture
Upload Pix2StructForConditionalGeneration
b86115e
raw
history blame contribute delete
437 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "google/pix2struct-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"query",
"value"
],
"task_type": null
}