HenriAI / adapter_config.json
henriceriocain's picture
Create adapter_config.json
8ec5a9e verified
raw
history blame
382 Bytes
# adapter_config.json
{
"base_model_name_or_path": "EleutherAI/gpt-j-6B",
"bias": "none",
"inference_mode": false,
"lora_alpha": 144,
"lora_dropout": 0.1,
"peft_type": "LORA",
"r": 72,
"target_modules": [
"q_proj",
"v_proj",
"k_proj",
"out_proj",
"fc_in",
"fc_out"
],
"task_type": "CAUSAL_LM"
}