nickprock commited on
Commit
d6a1ec7
1 Parent(s): d7079db

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -27,7 +27,7 @@
27
  "1":"NEGATIVE"
28
  },
29
  "label2id":{
30
- "POSITIVE":"0",
31
- "NEGATIVE":"1"
32
  }
33
  }
 
27
  "1":"NEGATIVE"
28
  },
29
  "label2id":{
30
+ "POSITIVE":0,
31
+ "NEGATIVE":1
32
  }
33
  }