tuni commited on
Commit
0826761
·
1 Parent(s): 59c51c9

changed id labels

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -9,14 +9,14 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "contradiction",
13
  "1": "neutral",
14
- "2": "entailment"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "contradiction": 0,
19
- "entailment": 2,
20
  "neutral": 1
21
  },
22
  "max_position_embeddings": 512,
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "entailment",
13
  "1": "neutral",
14
+ "2": "contradiction"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
+ "contradiction": 2,
19
+ "entailment": 0,
20
  "neutral": 1
21
  },
22
  "max_position_embeddings": 512,