jacoballessio
commited on
Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -2,6 +2,14 @@
|
|
2 |
"architectures": [
|
3 |
"ViTForImageClassification"
|
4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
"encoder_stride": 16,
|
7 |
"hidden_act": "gelu",
|
|
|
2 |
"architectures": [
|
3 |
"ViTForImageClassification"
|
4 |
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "fake",
|
7 |
+
"1": "real"
|
8 |
+
},
|
9 |
+
"label2id": {
|
10 |
+
"fake": 0,
|
11 |
+
"real": 1
|
12 |
+
},
|
13 |
"attention_probs_dropout_prob": 0.0,
|
14 |
"encoder_stride": 16,
|
15 |
"hidden_act": "gelu",
|