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