Instructions to use not-lain/my_mnist_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use not-lain/my_mnist_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="not-lain/my_mnist_model") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("not-lain/my_mnist_model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul21_16-02-44_98d4157fdca0
- May09_22-46-03_de9e128d88f8
- May25_12-52-39_5a6319830be7
- May25_12-53-50_5a6319830be7
- May25_12-55-38_5a6319830be7
- May25_12-56-47_5a6319830be7
- May25_12-57-22_5a6319830be7
- May25_12-59-29_7d887f353e8b
- May25_14-33-01_d65fb29216c4
- May25_14-34-21_d65fb29216c4
- May25_14-35-17_d65fb29216c4
- May25_14-45-42_d65fb29216c4