densenet161-onnx / config.json
jjiw's picture
Upload config.json with huggingface_hub
24ace8d verified
{
"architectures": [
"DenseNet161ForImageClassification"
],
"model_type": "densenet",
"task_type": "image-classification",
"num_labels": 3,
"id2label": {
"0": "잎_μ λ¬΄λŠ¬λ³‘",
"1": "잎_정상",
"2": "잎_μ΄μ±„λ²Œλ ˆ"
},
"label2id": {
"잎_μ λ¬΄λŠ¬λ³‘": 0,
"잎_정상": 1,
"잎_μ΄μ±„λ²Œλ ˆ": 2
}
}