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:175d18061df5670fb1545e023c86df9a8a0568ee770c3105d713884dc0f41c3b
size 26484510
|