Instructions to use hf-tiny-model-private/tiny-random-VideoMAEForVideoClassification 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-VideoMAEForVideoClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="hf-tiny-model-private/tiny-random-VideoMAEForVideoClassification")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("hf-tiny-model-private/tiny-random-VideoMAEForVideoClassification") model = AutoModelForVideoClassification.from_pretrained("hf-tiny-model-private/tiny-random-VideoMAEForVideoClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
871727d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6419fe28e00963250ec2402cc76df26b894e90a2a21309d28f47b2ea188efe98
size 147852
|