MaSaC-ERC-Z / adapter_config.json
zuhashaik's picture
uploading the model
2046a3e verified
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "HuggingFaceH4/zephyr-7b-beta",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.2,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_proj",
"q_proj",
"up_proj",
"v_proj",
"o_proj",
"gate_proj",
"down_proj"
],
"task_type": "SEQ_CLS"
}