opt-1.3b-bn-adapter-snli-model3 / adapter_config.json
sagnikrayc's picture
Upload model
511ceb0 verified
{
"adapter_dropout": 0.0,
"base_model_name_or_path": "facebook/opt-1.3b",
"bias": "none",
"bottleneck_size": 64,
"inference_mode": true,
"init_weights": "bert",
"modules_to_save": null,
"non_linearity": "relu",
"peft_type": "BOTTLENECK",
"scaling": 1.0,
"target_modules": [
"fc1",
"fc2"
],
"task_type": "SEQ_CLS",
"use_adapterp": false,
"use_parallel_adapter": false
}