llm-kibook-falcon / adapter_config.json
mfi's picture
Update adapter_config.json
a6e2f0b
raw
history blame contribute delete
376 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSONat line 10, column 3
{
"base_model_name_or_path": "tiiuae/falcon-7b-instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"model_type": "RefinedWebModel"
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}