Trained on HAM10000. Educational project — not diagnostic-grade, not a medical device.
Search public pages, research tools, and SAVRN solutions.
SAVRN Model Hub · Models by Task
63 open-weight image classification models in the SAVRN Model Hub, with PyTorch Image Models, Rizvan Dwikifirdaus and Microsoft publishing the most.
Capacity is not the constraint in this group. The 63 models under image classification run from 471,768 parameters, a timm test ResNet meant for sanity checks, up to 198M parameters for a ConvNeXt-V2 large. Even that top end needs 0.5 GB at 16-bit and 0.1 GB at 4-bit, and from the smallest entry to the largest the cheapest host we price is the same, one MI300X at $1.85 an hour. The hardware question is how many classifiers you stack on one card, not which card.
One publisher dominates. PyTorch Image Models accounts for 41 of the 63 entries, with Microsoft, AI at Meta and Rizvan Dwikifirdaus at 2 apiece, and holds the top two download slots: mobilenetv3_small_100.lamb_in1k at 17,686,947 a month with 3M parameters, then efficientnet_b3.ra2_in1k at 12,700,426 with 12M. Google's vit-base-patch16-224, 87M parameters, is the most downloaded transformer option at 7,074,109. Falcons.ai's nsfw_image_detection, a fine-tuned ViT of 86M, sits at 3,413,260, then timm's resnet18 and resnet50 at 2,003,638 and 1,929,644, and Rizvan Dwikifirdaus's gender-classification, another 86M ViT, at 1,422,012.
Licensing is where we would spend the diligence time. Apache-2.0 covers 44 of the 63 and MIT another 7, so most of the group arrives on permissive terms. The rest need a closer read before any commercial deployment: 6 carry CC-BY-NC-4.0, including that 198M ConvNeXt-V2 large, one is CC-BY-NC-ND-4.0, and 3 state no license, the gender-classification model among them. Check the license on the exact checkpoint, not the family name, and confirm whether it loads in timm or transformers, since the entries here split between the two.
| Model | Publisher | Parameters | License | Monthly downloads | Cheapest GPUs at 16-bit |
|---|---|---|---|---|---|
| mobilenetv3_small_100.lamb_in1k | PyTorch Image Models | 3M | apache-2.0 | 17.7M | 1x MI300X, $1.85/hr |
| efficientnet_b3.ra2_in1k | PyTorch Image Models | 12M | apache-2.0 | 12.7M | 1x MI300X, $1.85/hr |
| vit-base-patch16-224 | 87M | apache-2.0 | 7.1M | 1x MI300X, $1.85/hr | |
| nsfw_image_detection | Falcons.ai | 86M | apache-2.0 | 3.4M | 1x MI300X, $1.85/hr |
| resnet18.a1_in1k | PyTorch Image Models | 12M | apache-2.0 | 2M | 1x MI300X, $1.85/hr |
| resnet50.a1_in1k | PyTorch Image Models | 26M | apache-2.0 | 1.9M | 1x MI300X, $1.85/hr |
| tf_efficientnetv2_s.in21k_ft_in1k | PyTorch Image Models | 22M | apache-2.0 | 1.8M | 1x MI300X, $1.85/hr |
| gender-classification | Rizvan Dwikifirdaus | 86M | Not stated | 1.4M | 1x MI300X, $1.85/hr |
| fairface_age_image_detection | Dmytro Iakubovskyi | 86M | apache-2.0 | 1.2M | 1x MI300X, $1.85/hr |
| vit-base-nsfw-detector | AdamCodd | 86M | apache-2.0 | 960.4k | 1x MI300X, $1.85/hr |
| License | Models | Commercial use |
|---|---|---|
| apache-2.0 | 44 | Yes |
| mit | 7 | Yes |
| cc-by-nc-4.0 | 6 | Not without separate permission |
| not stated | 3 | Not stated |
| cc-by-4.0 | 2 | Yes |
| cc-by-nc-nd-4.0 | 1 | Read the license |
| Publisher | Models |
|---|---|
| PyTorch Image Models | 41 |
| Rizvan Dwikifirdaus | 2 |
| Microsoft | 2 |
| AI at Meta | 2 |
| Yy | 1 |
| Matthew Maybe | 1 |
Trained on HAM10000. Educational project — not diagnostic-grade, not a medical device.
TinyViT-5M (timm/tinyvit5m224.distin22kftin1k, Apache-2.0) quantized to INT8 with Kenosis — 128-image calibration, no retraining. 80.53% top-1 from a 9.2 MB single file, on ONNX Runtime or OpenVINO, CPU or GPU, no accelerator required. ImageNet-1K validation, 49,872 images (disjoint from the 128 calibration images). Measured on a CPU with AVX-VNNI; on CPUs without VNNI this model's INT8 top-1 sits ~0.9 below FP32 rather than 0.34. Input 1x3x224x224, RGB, /255, ImageNet mean/std. Output logits [1,1000], sorted-synset order. runclassify.py / evalimagenet.py reproduce the demo and table. tinyvit5m224int8kenosis.onnx (9,228,567 B) — SHA-256…
Official model checkpoints for the solution in the Traffic Sign Recognition under Adverse Weather Competition. See classes.txt for the 25 traffic sign classes. For inference scripts, training code, and in-depth engineering retrospective, visit the GitHub Repository.
By monthly downloads reported by the Hugging Face Hub: .