Instructions to use wwwyyy/TimeZero-ActivityNet-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wwwyyy/TimeZero-ActivityNet-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("wwwyyy/TimeZero-ActivityNet-7B") model = AutoModelForImageTextToText.from_pretrained("wwwyyy/TimeZero-ActivityNet-7B") - Notebooks
- Google Colab
- Kaggle
How to use this model?
#1
by notfound1120 - opened
Is there an example code to load this hf model and predict the timeslot given a single video (stored in file) and the description text?