bloomz-7b1-instruct / adapter_config.json
cahya's picture
End of training at epoch 0
a86509b
{
"base_model_name_or_path": "bigscience/bloomz-7b1-mt",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}