deberta-kaggle-llm-science-exam / adapter_config.json
xavierbarbier's picture
Upload model
6bbc02e
raw
history blame contribute delete
389 Bytes
{
"base_model_name_or_path": "microsoft/deberta-v3-base",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"query_proj",
"key_proj",
"value_proj"
],
"task_type": "TOKEN_CLS"
}