Instructions to use ltkien2003/vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ltkien2003/vit with Transformers:
# Load model directly from transformers import AutoImageProcessor, ViViTForVideoClassification processor = AutoImageProcessor.from_pretrained("ltkien2003/vit") model = ViViTForVideoClassification.from_pretrained("ltkien2003/vit") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41df97234ff90175c5247a4842ae0d5dd2f1d1614ba66aa6e602f696d4463cac
|
| 3 |
+
size 355839648
|