Video Classification
Transformers
PyTorch
English
continual-learning
catastrophic-forgetting
topo-2026
video-understanding
ucf101
gemma-4
deterministic-ai
mathematical-guarantees
Instructions to use frankmorales2020/topo-ucf101-13tasks-gemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use frankmorales2020/topo-ucf101-13tasks-gemma with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="frankmorales2020/topo-ucf101-13tasks-gemma")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("frankmorales2020/topo-ucf101-13tasks-gemma", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!