langauage-modelfacebookopt / adapter_config.json
Hemant8215's picture
End of training
36c7c2e
raw
history blame
454 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "facebook/opt-350m",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"q_proj",
"v_proj",
"k_proj"
],
"task_type": "CAUSAL_LM"
}