codellama-7b-ia3-java / checkpoint-92 /adapter_config.json
k1h0's picture
Upload folder using huggingface_hub
5890030 verified
{
"auto_mapping": null,
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
"exclude_modules": null,
"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",
"down_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}