jacoballessio commited on
Commit
9960d16
·
verified ·
1 Parent(s): c179c7f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -21,11 +21,11 @@
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.38.2",
23
  "id2label": {
24
- "LABEL_0": "FAKE",
25
- "LABEL_1": "REAL"
26
  },
27
  "label2id": {
28
- "FAKE": "LABEL_0",
29
- "REAL": "LABEL_1"
30
- }
31
  }
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.38.2",
23
  "id2label": {
24
+ "0": "fake",
25
+ "1": "real"
26
  },
27
  "label2id": {
28
+ "fake": 0,
29
+ "real": 1
30
+ },
31
  }