reward-trl-legal-T5-LoRa / adapter_config.json
trongvox's picture
Upload model
21b74a9
raw
history blame contribute delete
No virus
307 Bytes
{
"base_model_name_or_path": "gpt2",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"c_attn"
],
"task_type": "SEQ_CLS"
}