PS_AD_O365_CodeLlama_7B_05_QLoRA / adapter_config.json
adamo1139's picture
Upload 2 files
e5fd59d
raw
history blame contribute delete
526 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "./codellama-7b-instruct-h2o",
"bias": "none",
"fan_in_fan_out": null,
"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": 64,
"revision": null,
"target_modules": [
"k_proj",
"down_proj",
"o_proj",
"q_proj",
"gate_proj",
"v_proj",
"up_proj"
],
"task_type": "CAUSAL_LM"
}