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