yj2773 commited on
Commit
300f90f
·
1 Parent(s): 8b52450

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -21,5 +21,9 @@
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.16.2",
24
- "vocab_size": 30522
 
 
 
 
25
  }
 
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.16.2",
24
+ "vocab_size": 30522,
25
+ "id2label": {
26
+ "0": "Fake",
27
+ "1": "Real",
28
+ },
29
  }