Update README.md (#1)
Browse files- Update README.md (fadd1b9553fff6392b85c52b07c3ab6dac477a0c)
Co-authored-by: Chris Wendler <[email protected]>
README.md
CHANGED
@@ -5,7 +5,9 @@ inference: false
|
|
5 |
tags:
|
6 |
- deepsparse
|
7 |
---
|
8 |
-
This is a [SparseML](https://github.com/neuralmagic/sparseml) 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).
|
|
|
|
|
9 |
|
10 |
Notebook for basic usage: [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZvU9ZSHJKSeJyH5bgxo_A-GSVIUcSt2E?usp=sharing)
|
11 |
Notebook for Imagenette evaluation: [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-Duq0YNtjzOnmuXCYo-5DDiOzeCItXpN?usp=sharing)
|
|
|
5 |
tags:
|
6 |
- deepsparse
|
7 |
---
|
8 |
+
This is a [SparseML](https://github.com/neuralmagic/sparseml) 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).
|
9 |
+
It achieves **71.1%** zero-shot top-1 accuracy on ImageNet and **95.6%** zero-shot top-1 accuracy on Imagenette.
|
10 |
+
For comparison the dense version (the original model) achieves **72.8%** on ImageNet and **95.7%** on Imagenette.
|
11 |
|
12 |
Notebook for basic usage: [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZvU9ZSHJKSeJyH5bgxo_A-GSVIUcSt2E?usp=sharing)
|
13 |
Notebook for Imagenette evaluation: [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-Duq0YNtjzOnmuXCYo-5DDiOzeCItXpN?usp=sharing)
|