Jonathanmann's picture
Upload 15 files
040a3e6 verified
raw
history blame
640 Bytes
{
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-3.2-1B",
"revision": null,
"task_type": "CAUSAL_LM",
"inference_mode": false,
"r": 16,
"target_modules": "{'q_proj', 'v_proj'}",
"lora_alpha": 32,
"lora_dropout": 0.05,
"fan_in_fan_out": false,
"bias": "none",
"use_rslora": false,
"modules_to_save": null,
"init_lora_weights": true,
"layers_to_transform": null,
"layers_pattern": null,
"rank_pattern": {},
"alpha_pattern": {},
"megatron_config": null,
"megatron_core": "megatron.core",
"loftq_config": {},
"use_dora": false,
"layer_replication": null
}