ScriptEdge commited on
Commit
1df68f5
·
1 Parent(s): 81b2ed9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -18,9 +18,9 @@
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2
24
  },
25
  "layer_norm_epsilon": 1e-05,
26
  "masked_softmax_fusion": true,
 
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "Negative": 0,
22
+ "Positive": 1,
23
+ "Neutral": 2
24
  },
25
  "layer_norm_epsilon": 1e-05,
26
  "masked_softmax_fusion": true,