Llama-2-7b-chat-hf-IA3_100_V1 / adapter_config.json
sandeepksingh1's picture
Upload model
b7fc58c verified
raw
history blame contribute delete
387 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
"fan_in_fan_out": false,
"feedforward_modules": [
"down_proj"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"down_proj",
"v_proj",
"k_proj"
],
"task_type": "CAUSAL_LM"
}