patrickquick commited on
Commit
32ba24a
1 Parent(s): 5888e54

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -24,8 +24,8 @@
24
  "use_cache": true,
25
  "vocab_size": 28996,
26
  "id2label": {
27
- "0": "OFF",
28
- "1": "NON"
29
  },
30
  "_num_labels": 2
31
  }
 
24
  "use_cache": true,
25
  "vocab_size": 28996,
26
  "id2label": {
27
+ "0": "NON",
28
+ "1": "OFF"
29
  },
30
  "_num_labels": 2
31
  }