How to use Intel/tvp-base-ANet with Transformers:
# Load model directly from transformers import AutoProcessor, TvpForVideoGrounding processor = AutoProcessor.from_pretrained("Intel/tvp-base-ANet") model = TvpForVideoGrounding.from_pretrained("Intel/tvp-base-ANet")
The community tab is the place to discuss and collaborate with the HF community!