texture-classifier / config.json
suhyon's picture
Upload folder using huggingface_hub
b76e50f verified
Raw
History Blame Contribute Delete
206 Bytes
{
"architectures": ["ResNetForImageClassification"],
"model_type": "resnet",
"num_labels": 2,
"id2label": {"0": "not textured", "1": "textured"},
"label2id": {"not textured": 0, "textured": 1}
}