bloom-7b1-ar-instruction / adapter_config.json
khalidalt's picture
Upload 7 files
8dfd797
raw
history blame
No virus
442 Bytes
{
"base_model_name_or_path": "/media/khalid/HDD2/Huggingface_models/bloom_7b/",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"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"
}