Instructions to use hf-internal-testing/tiny-random-VideoMAEForVideoClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-VideoMAEForVideoClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="hf-internal-testing/tiny-random-VideoMAEForVideoClassification")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-VideoMAEForVideoClassification") model = AutoModelForVideoClassification.from_pretrained("hf-internal-testing/tiny-random-VideoMAEForVideoClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
d3f7434 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dd4340d566c60dadffec0a891eed013d4a59454d5d1ea99fbf4edf1ba6d8a0c1
size 164964
|