File size: 439 Bytes
beebfac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"config": {
"activation_function": "tanh",
"bias": true,
"dropout_prob": null,
"head_type": "classification",
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "DistilBertAdapterModel",
"model_name": "distilbert-base-uncased",
"model_type": "distilbert",
"name": "qnli",
"version": "0.2.0"
} |