Fix task tag (#4)
Browse files- Fix task tag (428ded83059de880372f404382d07e6df59e30c1)
Co-authored-by: Merve Noyan <[email protected]>
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 |
+
```
|