abhiramd22 commited on
Commit
4108837
1 Parent(s): 44140e9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -10,14 +10,14 @@
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,
 
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,