gptneo-125m-ia3 / adapter_config.json
Yeji-Seong's picture
Upload model
2ce2d17 verified
raw
history blame contribute delete
373 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "EleutherAI/gpt-neo-125m",
"fan_in_fan_out": false,
"feedforward_modules": [
"c_proj"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"v_proj",
"c_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}