comic-name-classification / adapter_config.json
Boulou2107's picture
Upload model
d4173cf
raw
history blame
365 Bytes
{
"base_model_name_or_path": "bert-base-multilingual-cased",
"bias": "all",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.2,
"merge_weights": true,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"query",
"value"
],
"task_type": "TOKEN_CLS"
}