comic-name-classification / adapter_config.json
Boulou2107's picture
Boulou2107/comic-name-classification
b220a6f
raw
history blame contribute delete
577 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "bert-base-multilingual-cased",
"bias": "all",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0.2,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"value",
"query"
],
"task_type": "TOKEN_CLS"
}