Fix task tag
Browse filesHello, we have CLIP-like models (multimodal image retrieval/embeddings) under zero-shot-image-classification pipeline tag, so fixing it
README.md
CHANGED
@@ -14,7 +14,7 @@ language:
|
|
14 |
- fr
|
15 |
library_name: transformers
|
16 |
license: mit
|
17 |
-
pipeline_tag: image-
|
18 |
---
|
19 |
|
20 |
## mmE5-mllama-11b-instruct
|
@@ -157,4 +157,4 @@ print(similarity)
|
|
157 |
journal={arXiv preprint arXiv:2502.08468},
|
158 |
year={2025}
|
159 |
}
|
160 |
-
```
|
|
|
14 |
- fr
|
15 |
library_name: transformers
|
16 |
license: mit
|
17 |
+
pipeline_tag: zero-shot-image-classification
|
18 |
---
|
19 |
|
20 |
## mmE5-mllama-11b-instruct
|
|
|
157 |
journal={arXiv preprint arXiv:2502.08468},
|
158 |
year={2025}
|
159 |
}
|
160 |
+
```
|