Fix pipeline tag
Browse filesSorry my previous PR was wrong, 'zero-shot-image-classification' is appropriate.
README.md
CHANGED
@@ -3,9 +3,8 @@ datasets:
|
|
3 |
- mlfoundations/datacomp_pools
|
4 |
library_name: open_clip
|
5 |
license: apache-2.0
|
6 |
-
pipeline_tag:
|
7 |
tags:
|
8 |
-
- zero-shot-image-classification
|
9 |
- clip
|
10 |
- openMammut
|
11 |
- datacomp
|
|
|
3 |
- mlfoundations/datacomp_pools
|
4 |
library_name: open_clip
|
5 |
license: apache-2.0
|
6 |
+
pipeline_tag: zero-shot-image-classification
|
7 |
tags:
|
|
|
8 |
- clip
|
9 |
- openMammut
|
10 |
- datacomp
|