Update tokenizer_config.json
Browse files- tokenizer_config.json +12 -3
tokenizer_config.json
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": ["AIDetectorForImageClassification"],
|
3 |
+
"model_type": "efficientnet",
|
4 |
+
"num_labels": 2,
|
5 |
+
"id2label": {
|
6 |
+
"0": "real",
|
7 |
+
"1": "ai_generated"
|
8 |
+
},
|
9 |
+
"label2id": {
|
10 |
+
"real": 0,
|
11 |
+
"ai_generated": 1
|
12 |
+
},
|
13 |
+
"transformers_version": "4.28.0"
|
14 |
}
|