mwz commited on
Commit
6d74597
·
1 Parent(s): d82b44f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -12,9 +12,9 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": Negative,
16
- "1": Neutral,
17
- "2": Positive
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "Negative",
16
+ "1": "Neutral",
17
+ "2": "Positive"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,