abhiramd22 commited on
Commit
d88c613
1 Parent(s): 4adabf0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -9,15 +9,15 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
- "id2label": {
13
- "NEGATIVE": "LABEL_0",
14
- "POSITIVE": "LABEL_1"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
- "label2id": {
19
- "LABEL_0": "NEGATIVE",
20
- "LABEL_1": "POSITIVE"
21
  },
22
  "layer_norm_eps": 1e-05,
23
  "max_position_embeddings": 514,
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "label2id": {
13
+ "NEGATIVE": 0,
14
+ "POSITIVE": 1
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
+ "id2label": {
19
+ 0: "NEGATIVE",
20
+ 1: "POSITIVE"
21
  },
22
  "layer_norm_eps": 1e-05,
23
  "max_position_embeddings": 514,