WorldDisasterLM-8B / adapter_config.json
drdeveloper88's picture
Best-practice model configs: BnB NF4 quant, full PEFT LoRA, disaster system prompt, training args, LFS tracking
5e069b0
Raw
History Blame Contribute Delete
745 Bytes
{
"_version": "0.7.1",
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false,
"trainable_parameters": "41,943,040",
"total_parameters": "8,030,261,248",
"trainable_pct": "0.52%"
}