Fix pipeline tag
Browse filesThis is actually an image-text encoder model, which falls under zero-shot image classification tag
README.md
CHANGED
@@ -118,6 +118,7 @@ language:
|
|
118 |
inference: false
|
119 |
base_model:
|
120 |
- jinaai/xlm-roberta-flash-implementation
|
|
|
121 |
---
|
122 |
|
123 |
<br><br>
|
|
|
118 |
inference: false
|
119 |
base_model:
|
120 |
- jinaai/xlm-roberta-flash-implementation
|
121 |
+
pipeline_tag: zero-shot-image-classification
|
122 |
---
|
123 |
|
124 |
<br><br>
|