Instructions to use ChrisGoringe/vit-large-p14-vision-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChrisGoringe/vit-large-p14-vision-fp16 with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPVisionModelWithProjection tokenizer = AutoTokenizer.from_pretrained("ChrisGoringe/vit-large-p14-vision-fp16") model = CLIPVisionModelWithProjection.from_pretrained("ChrisGoringe/vit-large-p14-vision-fp16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dd0c1777bb75e2e9b7aa29b799b3ee8ebaaaa731e2c471a9ec589f12542cce7
|
| 3 |
+
size 607980096
|