Instructions to use shaanzeeeee/vit_base_patch16_pc_parts_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use shaanzeeeee/vit_base_patch16_pc_parts_classifier with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("shaanzeeeee/vit_base_patch16_pc_parts_classifier") - timm
How to use shaanzeeeee/vit_base_patch16_pc_parts_classifier with timm:
import timm model = timm.create_model("hf_hub:shaanzeeeee/vit_base_patch16_pc_parts_classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 465 Bytes
b3f4093 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"best_model_name": "vit_base_patch16_224",
"classes": [
"AIO_Liquid_Cooler",
"Air_Cooler",
"Bad_Cable_Management",
"CPU",
"Good_Cable_Management",
"Graphics_Card",
"M2_NVMe_Drive",
"Motherboard",
"PC_Case",
"Power_Supply",
"RAM_Stick"
],
"num_classes": 11,
"img_size": 224,
"batch_size": 16,
"epochs": 15,
"test_accuracy": 0.7389162561576355,
"created_at": "2026-04-17T01:48:37"
} |