andythetechnerd03 commited on
Commit
c8f46fb
·
verified ·
1 Parent(s): 9e1ec69

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -22,5 +22,10 @@
22
  "transformers_version": "4.37.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
- "vocab_size": 30522
 
 
 
 
 
26
  }
 
22
  "transformers_version": "4.37.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
+ "vocab_size": 30522,
26
+ "label2id" : {"AI": 0,
27
+ "Human": 1},
28
+ "id2label" : {0: "Human",
29
+ 1: "AI"}
30
+
31
  }