llmpeft4apr / codellama_7b_hf /IA3 /adapter_config.json
survoltli's picture
peft weights of codellama 7b
b805509
raw
history blame contribute delete
402 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/c21071/lgc/llmpeft4apr/models/CodeLlama-7b-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": [
"k_proj",
"v_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}