Delete config.json
Browse files- config.json +0 -7
config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": ["AutoModelForImageClassification"],
|
| 3 |
-
"model_type": "image-classification",
|
| 4 |
-
"num_labels": 2,
|
| 5 |
-
"id2label": {"0": "no_drowsiness", "1": "drowsiness"},
|
| 6 |
-
"label2id": {"no_drowsiness": 0, "drowsiness": 1}
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|