Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a quantized version of https://huggingface.co/laion/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K that is ready to use with [DeepSparse](https://github.com/neuralmagic/deepsparse). It achieves 71.1% one-shot accuracy on ImageNet.
|
2 |
|
3 |
## Usage
|
@@ -71,4 +77,4 @@ Image basilica.jpg is a picture of a church
|
|
71 |
Image buddy.jpeg is a picture of a dog
|
72 |
Image thailand.jpg is a picture of an elephant
|
73 |
"""
|
74 |
-
```
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: zero-shot-classification
|
3 |
+
base_model: laion/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K
|
4 |
+
tags:
|
5 |
+
- deepsparse
|
6 |
+
---
|
7 |
This is a quantized version of https://huggingface.co/laion/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K that is ready to use with [DeepSparse](https://github.com/neuralmagic/deepsparse). It achieves 71.1% one-shot accuracy on ImageNet.
|
8 |
|
9 |
## Usage
|
|
|
77 |
Image buddy.jpeg is a picture of a dog
|
78 |
Image thailand.jpg is a picture of an elephant
|
79 |
"""
|
80 |
+
```
|