How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="nathanReitinger/FASHION-vision")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import AutoImageProcessor, AutoModelForImageClassification

processor = AutoImageProcessor.from_pretrained("nathanReitinger/FASHION-vision")
model = AutoModelForImageClassification.from_pretrained("nathanReitinger/FASHION-vision")
Quick Links

FASHION-vision

This model is a fine-tuned version of vit-huge-patch14-224-in21k on MNIST FASHION dataset.

Downloads last month
26
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nathanReitinger/FASHION-vision

Finetuned
(6)
this model

Space using nathanReitinger/FASHION-vision 1