output / adapter_config.json
nmnghia02's picture
Training in progress, step 25
fe2a5b0
raw
history blame contribute delete
534 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "deepset/deberta-v3-large-squad2",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 4,
"lora_dropout": 0.1,
"modules_to_save": [
"classifier",
"pooler"
],
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"value_proj",
"query_proj"
],
"task_type": "SEQ_CLS"
}