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