Video_model / config.json
MonikaG7's picture
Create config.json
6907f9a verified
raw
history blame contribute delete
227 Bytes
{
"architectures": ["AutoModelForImageClassification"],
"model_type": "image-classification",
"num_labels": 2,
"id2label": {"0": "no_drowsiness", "1": "drowsiness"},
"label2id": {"no_drowsiness": 0, "drowsiness": 1}
}