roberta-large-peft-vera / adapter_config.json
BenjaminB's picture
BenjaminB HF staff
Upload model
c589273 verified
{
"auto_mapping": null,
"base_model_name_or_path": "roberta-base",
"bias": "none",
"d_initial": 0.1,
"fan_in_fan_out": false,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"peft_type": "VERA",
"projection_prng_key": 0,
"r": 8,
"revision": null,
"save_projection": true,
"target_modules": [
"value",
"query"
],
"task_type": "SEQ_CLS",
"vera_dropout": 0.0
}