Cyrile commited on
Commit
ae48891
1 Parent(s): 47bdc1e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -12,15 +12,15 @@
12
  "hidden_dropout": 0.0,
13
  "hidden_size": 4096,
14
  "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2
24
  },
25
  "layer_norm_epsilon": 1e-05,
26
  "masked_softmax_fusion": true,
 
12
  "hidden_dropout": 0.0,
13
  "hidden_size": 4096,
14
  "id2label": {
15
+ "0": "entailment",
16
+ "1": "neutral",
17
+ "2": "contradiction"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "entailment": 0,
22
+ "neutral": 1,
23
+ "contradiction": 2
24
  },
25
  "layer_norm_epsilon": 1e-05,
26
  "masked_softmax_fusion": true,