izhx commited on
Commit
f2ce865
1 Parent(s): 34e09ee

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -32,5 +32,13 @@
32
  "transformers_version": "4.25.1",
33
  "type_vocab_size": 1,
34
  "use_cache": true,
35
- "vocab_size": 50265
 
 
 
 
 
 
 
 
36
  }
 
32
  "transformers_version": "4.25.1",
33
  "type_vocab_size": 1,
34
  "use_cache": true,
35
+ "vocab_size": 50265,
36
+ "id2label": {
37
+ "0": "Human",
38
+ "1": "ChatGPT"
39
+ },
40
+ "label2id": {
41
+ "Human": 0,
42
+ "ChatGPT": 1
43
+ }
44
  }