roberta-large-mnli_Peft_IA3_Tuning / adapter_config.json
akkasi's picture
Upload model
520caa8
raw
history blame contribute delete
No virus
360 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "roberta-large-mnli",
"fan_in_fan_out": false,
"feedforward_modules": [
"dense"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"key",
"dense",
"value"
],
"task_type": "SEQ_CLS"
}