mohan.finetuned-falcon1B200 / adapter_config.json
mohan11111's picture
Upload folder using huggingface_hub
4b616f3 verified
raw
history blame contribute delete
No virus
492 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "llmware/bling-1b-0.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"dense_4h_to_h",
"dense_h_to_4h",
"dense",
"query_key_value"
],
"task_type": "CAUSAL_LM"
}