Update preprocessor_config.json
Browse files- preprocessor_config.json +10 -1
preprocessor_config.json
CHANGED
@@ -4,5 +4,14 @@
|
|
4 |
"size": 224,
|
5 |
"do_normalize": true,
|
6 |
"image_mean": [0.5, 0.5, 0.5],
|
7 |
-
"image_std": [0.5, 0.5, 0.5]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
|
|
4 |
"size": 224,
|
5 |
"do_normalize": true,
|
6 |
"image_mean": [0.5, 0.5, 0.5],
|
7 |
+
"image_std": [0.5, 0.5, 0.5],
|
8 |
+
"num_labels": 2,
|
9 |
+
"id2label": {
|
10 |
+
"0": "real",
|
11 |
+
"1": "ai_generated"
|
12 |
+
},
|
13 |
+
"label2id": {
|
14 |
+
"real": 0,
|
15 |
+
"ai_generated": 1
|
16 |
+
}
|
17 |
}
|