Instructions to use Jiqing/tiny-random-tvp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jiqing/tiny-random-tvp with Transformers:
# Load model directly from transformers import AutoProcessor, TvpForVideoGrounding processor = AutoProcessor.from_pretrained("Jiqing/tiny-random-tvp") model = TvpForVideoGrounding.from_pretrained("Jiqing/tiny-random-tvp") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 2 years ago
by
SFconvertbot