falcon-lora-chatbot / adapter_config.json
sahil239's picture
Update adapter_config.json
db4b091 verified
{
"base_model_name_or_path": "tiiuae/falcon-rw-1b",
"bias": "none",
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}