izhx commited on
Commit
13356ef
1 Parent(s): c7fa17c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -39,5 +39,13 @@
39
  "transformers_version": "4.25.1",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
- "vocab_size": 21128
 
 
 
 
 
 
 
 
43
  }
 
39
  "transformers_version": "4.25.1",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
+ "vocab_size": 21128,
43
+ "id2label": {
44
+ "0": "Human",
45
+ "1": "ChatGPT"
46
+ },
47
+ "label2id": {
48
+ "Human": 0,
49
+ "ChatGPT": 1
50
+ }
51
  }