Instructions to use Intel/tvp-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/tvp-base with Transformers:
# Load model directly from transformers import AutoProcessor, TvpForVideoGrounding processor = AutoProcessor.from_pretrained("Intel/tvp-base") model = TvpForVideoGrounding.from_pretrained("Intel/tvp-base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K