ignacio-ave commited on
Commit
65e1d75
·
1 Parent(s): f80b309

update config.json interference api show results

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -10,8 +10,8 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "VERY NEGATIVE",
14
- "1": "NEGATIVE",
15
  "2": "NEUTRAL",
16
  "3": "UNDEFINED",
17
  "4": "POSITIVE",
@@ -20,8 +20,8 @@
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "VERY NEGATIVE": 0,
24
- "NEGATIVE": 1,
25
  "NEUTRAL": 2,
26
  "UNDEFINED": 3,
27
  "POSITIVE": 4,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "NEGATIVE",
14
+ "1": "VERY NEGATIVE",
15
  "2": "NEUTRAL",
16
  "3": "UNDEFINED",
17
  "4": "POSITIVE",
 
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "NEGATIVE": 0,
24
+ "VERY NEGATIVE": 1,
25
  "NEUTRAL": 2,
26
  "UNDEFINED": 3,
27
  "POSITIVE": 4,