StackLLaMA-2-chat-hf-8_bit / reward_adapter_config.json
IMJONEZZ's picture
Upload Reward model and config
957c3c5
raw
history blame contribute delete
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"
}