test-adapter-lora / adapter_config.json
nicoberk's picture
Upload model
cbbf4de verified
raw
history blame contribute delete
No virus
509 Bytes
{
"config": {
"alpha": 8,
"architecture": "lora",
"attn_matrices": [
"q",
"v"
],
"composition_mode": "add",
"dropout": 0.0,
"init_weights": "lora",
"intermediate_lora": false,
"leave_out": [],
"output_lora": false,
"r": 8,
"selfattn_lora": true,
"use_gating": false
},
"hidden_size": 768,
"model_class": "RobertaAdapterModel",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "rotten_tomatoes",
"version": "0.2.0"
}