DiT360-Panorama-Image-Generation / adapter_config.json
Insta360-Research's picture
Upload 6 files
ff943e7 verified
raw
history blame
881 Bytes
{
"task_type": null,
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": null,
"revision": null,
"inference_mode": false,
"r": 64,
"target_modules": [
"attn.to_q",
"attn.to_v",
"attn.to_k",
"attn.to_out.0"
],
"exclude_modules": null,
"lora_alpha": 64,
"lora_dropout": 0.05,
"fan_in_fan_out": false,
"bias": "none",
"use_rslora": false,
"modules_to_save": null,
"init_lora_weights": "gaussian",
"layers_to_transform": null,
"layers_pattern": null,
"rank_pattern": {},
"alpha_pattern": {},
"megatron_config": null,
"megatron_core": "megatron.core",
"trainable_token_indices": null,
"loftq_config": {},
"eva_config": null,
"corda_config": null,
"use_dora": false,
"use_qalora": false,
"qalora_group_size": 16,
"layer_replication": null,
"lora_bias": false,
"target_parameters": null
}