mingxilei commited on
Commit
f350f2d
·
verified ·
1 Parent(s): 698f61d

Update config.json

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