How to use bhaswata08/MAEFORMER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="bhaswata08/MAEFORMER")
# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("bhaswata08/MAEFORMER") model = AutoModelForVideoClassification.from_pretrained("bhaswata08/MAEFORMER")
The community tab is the place to discuss and collaborate with the HF community!