binary_cog_dist_xlmr_base / head_config.json
abhishekkuber's picture
Upload model
963d562 verified
raw
history blame contribute delete
454 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"dropout_prob": null,
"head_type": "classification",
"label2id": {
"no": 0,
"yes": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "XLMRobertaAdapterModel",
"model_name": "xlm-roberta-base",
"model_type": "xlm-roberta",
"name": "binary_cog_dist_xlmr_base",
"version": "adapters.1.0.1"
}