Instructions to use csarron/vilt-ve-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csarron/vilt-ve-ft with Transformers:
# Load model directly from transformers import AutoProcessor, ViltForVisualEntailment processor = AutoProcessor.from_pretrained("csarron/vilt-ve-ft") model = ViltForVisualEntailment.from_pretrained("csarron/vilt-ve-ft") - 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:4efc38a62bdc4c90ff19e6dab02de1fe510566d8d23677fcff0669e66eed62ad
|
| 3 |
+
size 451153884
|