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