File size: 786 Bytes
c993df5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": null,
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 256,
"lora_dropout": 0.0,
"lora_dtype": null,
"lr_ratio": 16.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"model_key_mapping": null,
"modules_to_save": null,
"peft_type": "LORA",
"r": 256,
"rank_pattern": {},
"revision": null,
"swift_type": "LORA",
"target_modules": "model.*(to_q|to_k|to_v|to_out.0|net.0.proj|net.2)$",
"task_type": null,
"use_dora": false,
"use_merged_linear": false,
"use_qa_lora": false,
"use_rslora": false
} |