Instructions to use charuka0/acne-multilabel-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use charuka0/acne-multilabel-classifier with timm:
import timm model = timm.create_model("hf_hub:charuka0/acne-multilabel-classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 240 Bytes
ee6ec76 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"classes": [
"Whitehead",
"Blackhead",
"Papule",
"Pustule",
"Nodule"
],
"thresholds": [
0.9300000000000002,
0.7200000000000002,
0.7500000000000002,
0.5000000000000001,
0.8200000000000002
]
} |