racial_bias_deberta-mnli / head_config.json
SOUMYADEEPSAR's picture
Upload model
15efb19 verified
raw
history blame contribute delete
454 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"dropout_prob": null,
"head_type": "classification",
"label2id": {
"0": 0,
"1": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "DebertaAdapterModel",
"model_name": "microsoft/deberta-base-mnli",
"model_type": "deberta",
"name": "racial_bias_deberta-mnli",
"version": "adapters.1.0.0"
}