Instructions to use marcm07/VideoMAE-AUTSL-16frames with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcm07/VideoMAE-AUTSL-16frames with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="marcm07/VideoMAE-AUTSL-16frames")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("marcm07/VideoMAE-AUTSL-16frames") model = AutoModelForVideoClassification.from_pretrained("marcm07/VideoMAE-AUTSL-16frames") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c60c0d8e43ffddcac41b115b173a8b245d9e927aac91b498452191b11865832
|
| 3 |
+
size 345626408
|