Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ from deepsparse.clip import (
|
|
51 |
from huggingface_hub import snapshot_download
|
52 |
|
53 |
# Download the model from HF
|
54 |
-
model_folder = snapshot_download(repo_id="
|
55 |
|
56 |
possible_classes = ["ice cream", "an elephant", "a dog", "a building", "a church"]
|
57 |
images = ["basilica.jpg", "buddy.jpeg", "thailand.jpg"]
|
|
|
51 |
from huggingface_hub import snapshot_download
|
52 |
|
53 |
# Download the model from HF
|
54 |
+
model_folder = snapshot_download(repo_id="neuralmagic/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K-quant-ds")
|
55 |
|
56 |
possible_classes = ["ice cream", "an elephant", "a dog", "a building", "a church"]
|
57 |
images = ["basilica.jpg", "buddy.jpeg", "thailand.jpg"]
|