Instructions to use phonghoccode/vilt-vqa-finetune-pytorch-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phonghoccode/vilt-vqa-finetune-pytorch-2 with Transformers:
# Load model directly from transformers import AutoProcessor, CustomViltForVQA processor = AutoProcessor.from_pretrained("phonghoccode/vilt-vqa-finetune-pytorch-2") model = CustomViltForVQA.from_pretrained("phonghoccode/vilt-vqa-finetune-pytorch-2") - Notebooks
- Google Colab
- Kaggle
Upload CustomViltForVQA
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446736704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e45029fe4298fe69125a95cb01f18b84d1b7882332d85a861b7ee47c8e23e2f
|
| 3 |
size 446736704
|