Instructions to use jiew/mnist-torch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jiew/mnist-torch with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jiew/mnist-torch") 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("jiew/mnist-torch") model = AutoModelForImageClassification.from_pretrained("jiew/mnist-torch") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 49dc3b8
modify config af86c7a
onlyone2019 commited on
add preprocessor_config cce723a
onlyone2019 commited on
add config.json 98a04ae
onlyone2019 commited on
Create README.md 03bb099
mnist test f786a72
wangjie commited on