bloomz-1b1-eli5-reward / adapter_config.json
vincentmin's picture
Upload model
d04d94b
raw history blame
No virus
402 Bytes
{
"base_model_name_or_path": "bigscience/bloomz-1b1",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": [
"classifier"
],
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_key_value"
],
"task_type": "SEQ_CLS"
}