instruct-igel-001 / adapter_config.json
philschmid's picture
philschmid HF staff
Upload 2 files
3e689a4
raw history blame
No virus
394 Bytes
{
"base_model_name_or_path": "malteos/bloom-6b4-clp-german",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}