supernatural_dataset_3epo_model / adapter_config.json
triplee's picture
Upload model
52312ca verified
raw
history blame
No virus
639 Bytes
{
"auto_mapping": {
"base_model_class": "LlamaForCausalLM",
"parent_library": "transformers.models.llama.modeling_llama"
},
"base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"up_proj",
"down_proj",
"gate_proj",
"k_proj",
"q_proj",
"v_proj",
"o_proj"
],
"task_type": null
}