Instructions to use nvidia/mit-b0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/mit-b0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nvidia/mit-b0") 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("nvidia/mit-b0") model = AutoModelForImageClassification.from_pretrained("nvidia/mit-b0") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 04518abba51508be0afa7b132dde17998b41b54c3f93af4b8bf23eeacef7276f
- Size of remote file:
- 14.4 MB
- SHA256:
- 4af8348c2a802bf76115d34797ff5ce1d9f110bb8593c22d9b66d8bd7fa227fc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.