results / adapter_config.json
Gizachew's picture
Update adapter_config.json
92592fd
raw
history blame
389 Bytes
{
"base_model_name_or_path": "Davlan/bert-base-multilingual-cased-finetuned-amharic",
"bias": "none",
"enable_lora": true,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": true,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}