ragarwal commited on
Commit
6e5ac86
1 Parent(s): 830fa1c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -8,14 +8,12 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "entailment",
12
- "1": "not_entailment"
13
  },
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "label2id": {
17
- "entailment": 0,
18
- "not_entailment": 1
19
  },
20
  "layer_norm_eps": 1e-07,
21
  "max_position_embeddings": 512,
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "LABEL_0"
 
12
  },
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "label2id": {
16
+ "LABEL_0": 0
 
17
  },
18
  "layer_norm_eps": 1e-07,
19
  "max_position_embeddings": 512,