Nintw923 commited on
Commit
9f4ddad
·
1 Parent(s): 6645c03

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -25,11 +25,11 @@
25
  "use_cache": true,
26
  "vocab_size": 30522,
27
  "id2label": {
28
- "0": "Human",
29
- "1": "ChatGPT"
30
  },
31
  "label2id": {
32
- "ChatGPT": 1,
33
- "Human": 0
34
  }
35
  }
 
25
  "use_cache": true,
26
  "vocab_size": 30522,
27
  "id2label": {
28
+ "1": "Human",
29
+ "0": "ChatGPT"
30
  },
31
  "label2id": {
32
+ "ChatGPT": 0,
33
+ "Human": 1
34
  }
35
  }