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