Instructions to use hf-internal-testing/tiny-random-MaskFormerModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-MaskFormerModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-MaskFormerModel")# Load model directly from transformers import AutoImageProcessor, AutoModelForMultimodalLM processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-MaskFormerModel") model = AutoModelForMultimodalLM.from_pretrained("hf-internal-testing/tiny-random-MaskFormerModel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
473b54a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:556f67edb91094dc174d8f04679f8e5248ae7f84300dae3ea570e1feb513deb9
size 45758953
|