Adilmar commited on
Commit
6f96ba2
1 Parent(s): 51c8d97

Update config.json

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