Instructions to use BAAI/EVA-CLIP-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/EVA-CLIP-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="BAAI/EVA-CLIP-8B", trust_remote_code=True)# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("BAAI/EVA-CLIP-8B", trust_remote_code=True) model = AutoModel.from_pretrained("BAAI/EVA-CLIP-8B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
upload hf models
Browse files
pytorch_model-00001-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a82bc4d0a3de9caee15b19c60b1f1b334cd5364682f5c80d50686c245ea52cf
|
| 3 |
+
size 9967968586
|
pytorch_model-00002-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f525b6de5f046519abf5831501ffbebcbbe1f9c7820f7206f576d4144469bc5b
|
| 3 |
+
size 9933660099
|
pytorch_model-00003-of-00004.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83146a1f41c79ad01c21f120726ccfceb13d9330fe756743e9f0e9bf98e47aea
|
| 3 |
+
size 9799524012
|