Instructions to use omermazig/2-class-2-batch-50-epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omermazig/2-class-2-batch-50-epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="omermazig/2-class-2-batch-50-epochs")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("omermazig/2-class-2-batch-50-epochs") model = AutoModelForVideoClassification.from_pretrained("omermazig/2-class-2-batch-50-epochs") - Notebooks
- Google Colab
- Kaggle
Ctrl+K