trash-classification / config.json
luthfi507's picture
End of training
40b0c1e verified
raw
history blame contribute delete
424 Bytes
{
"architectures": [
"ImageClassificationModel"
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4,
"LABEL_5": 5
},
"model_type": "custom_model",
"torch_dtype": "float32",
"transformers_version": "4.44.2"
}