firefly-bloom-7b1-qlora-sft-v0.1 / adapter_config.json
YeungNLP's picture
Upload 5 files
c23e2ec
{
"base_model_name_or_path": "bigscience/bloom-7b1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"dense",
"dense_h_to_4h",
"query_key_value",
"dense_4h_to_h"
],
"task_type": "CAUSAL_LM"
}