File size: 206 Bytes
b76e50f | 1 2 3 4 5 6 7 8 9 |
{
"architectures": ["ResNetForImageClassification"],
"model_type": "resnet",
"num_labels": 2,
"id2label": {"0": "not textured", "1": "textured"},
"label2id": {"not textured": 0, "textured": 1}
}
|