wajdii commited on
Commit
6a33485
1 Parent(s): d0dea24

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -12,9 +12,9 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
- "0": "contradiction",
16
  "1": "neutral",
17
- "2": "entailment"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
+ "0": "entailment",
16
  "1": "neutral",
17
+ "2": "contradiction"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,