MonikaG7 commited on
Commit
014afa5
·
verified ·
1 Parent(s): b5ab701

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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
+ }