clinc_bert_lora / adapter_config.json
lorenpe2's picture
Upload model
d475958
raw
history blame
344 Bytes
{
"base_model_name_or_path": "bert-base-uncased",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 8,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"target_modules": [
"query",
"key",
"value"
],
"task_type": "SEQ_CLS"
}