Instructions to use hikmatfarhat/MNIST_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hikmatfarhat/MNIST_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hikmatfarhat/MNIST_Classifier", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hikmatfarhat/MNIST_Classifier", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
233e6e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:be564e6f102c09fc41e0f6dc4ed302dab8828457c67964eb698091c8795580a0
size 438104
|