mfuntowicz HF staff commited on
Commit
40dd217
1 Parent(s): df9e522

Fix config

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -21,8 +21,8 @@
21
  "type_vocab_size": 2,
22
  "vocab_size": 28996,
23
  "id2label": {
24
- 0: "NEGATIVE",
25
- 1: "POSITIVE"
26
  },
27
  "label2id": {
28
  "NEGATIVE": 0,
 
21
  "type_vocab_size": 2,
22
  "vocab_size": 28996,
23
  "id2label": {
24
+ "0": "NEGATIVE",
25
+ "1": "POSITIVE"
26
  },
27
  "label2id": {
28
  "NEGATIVE": 0,