alpaca-bloom-560m-en / adapter_config.json
Pascrayon's picture
Adapted Model and Config
a8c8506
{
"base_model_name_or_path": "bigscience/bloom-560m",
"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": 16,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}