icici / adapter_config.json
harshs21's picture
Upload 2 files
66fb7a5
{
"base_model_name_or_path": "databricks/dolly-v2-3b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}