File size: 416 Bytes
3a36e7a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"config": {
"activation_function": null,
"bias": false,
"dropout_prob": null,
"head_type": "classification",
"label2id": {
"entailment": 0,
"not_entailment": 1
},
"layers": 1,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "GPT2AdapterModel",
"model_name": "gpt2",
"model_type": "gpt2",
"name": "rte",
"version": "0.2.0"
} |