File size: 427 Bytes
fdc08cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6651a77
fdc08cf
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,
    "head_type": "classification",
    "label2id": {
      "contradiction": 2,
      "entailment": 0,
      "neutral": 1
    },
    "layers": 2,
    "num_labels": 3,
    "use_pooler": false
  },
  "hidden_size": 768,
  "model_class": "RobertaAdapterModel",
  "model_name": "roberta-base",
  "model_type": "roberta",
  "name": "mnli",
  "version": "3.2.0a0"
}