Intradiction commited on
Commit
43e9a66
·
1 Parent(s): da22d55

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -9,8 +9,8 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "negative",
13
- "positive",
14
  },
15
  "initializer_range": 0.02,
16
  "max_position_embeddings": 512,
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ 0: "negative",
13
+ 1: "positive",
14
  },
15
  "initializer_range": 0.02,
16
  "max_position_embeddings": 512,