gpt2-hh-rlhf / adapter_config.json
DrishtiSharma's picture
Upload folder using huggingface_hub
cda4545
{
"auto_mapping": null,
"base_model_name_or_path": "gpt2",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.0,
"modules_to_save": [
"scores"
],
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"c_attn"
],
"task_type": "SEQ_CLS"
}