JiaqiLee commited on
Commit
97c3f97
1 Parent(s): e7a83f6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -26,10 +26,10 @@
26
  "vocab_size": 30522,
27
  "id2label": {
28
  "0": "negative",
29
- "1": "positive",
30
  },
31
  "label2id": {
32
  "negative": 0,
33
- "positive": 1,
34
  }
35
  }
 
26
  "vocab_size": 30522,
27
  "id2label": {
28
  "0": "negative",
29
+ "1": "positive"
30
  },
31
  "label2id": {
32
  "negative": 0,
33
+ "positive": 1
34
  }
35
  }