File size: 468 Bytes
f4be759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tanh",
    "dropout_prob": null,
    "head_type": "multiple_choice",
    "label2id": {
      "LABEL_0": 0,
      "LABEL_1": 1,
      "LABEL_2": 2,
      "LABEL_3": 3
    },
    "layers": 2,
    "num_choices": 4,
    "use_pooler": false
  },
  "hidden_size": 768,
  "model_class": "DistilBertAdapterModel",
  "model_name": "distilbert-base-uncased",
  "model_type": "distilbert",
  "name": "hellaswag",
  "version": "0.2.0"
}