Update model metadata to set pipeline tag to the new `text-ranking` (#1)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` (cdc1859b23d99bd1f24f699a15a4c9ebbe72684f)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
base_model: microsoft/MiniLM-L12-H384-uncased
|
12 |
datasets:
|
13 |
- microsoft/ms_marco
|
14 |
-
pipeline_tag: text-
|
15 |
library_name: sentence-transformers
|
16 |
metrics:
|
17 |
- map
|
|
|
11 |
base_model: microsoft/MiniLM-L12-H384-uncased
|
12 |
datasets:
|
13 |
- microsoft/ms_marco
|
14 |
+
pipeline_tag: text-ranking
|
15 |
library_name: sentence-transformers
|
16 |
metrics:
|
17 |
- map
|