RashidNLP commited on
Commit
970e882
1 Parent(s): 4e5d1e0

Update config.json

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