Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (#1)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (a479363cdf3eab20b39ea567835aeba627c40b14)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
|
5 |
tags:
|
6 |
-
|
7 |
-
pipeline_tag: text-
|
|
|
8 |
---
|
9 |
|
10 |
Original model: https://huggingface.co/jinaai/jina-reranker-v1-turbo-en
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
tags:
|
6 |
+
- reranker
|
7 |
+
pipeline_tag: text-ranking
|
8 |
+
library_name: sentence-transformers
|
9 |
---
|
10 |
|
11 |
Original model: https://huggingface.co/jinaai/jina-reranker-v1-turbo-en
|