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
Upload pytorch_model.bin
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 673805985
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cffaa535e8d1ecc013031c822281a5c716034147170f643b961be6ea6c3db64e
|
| 3 |
size 673805985
|