Update model metadata to set pipeline tag to the new `text-ranking` (#3)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` (5a92dc08494b8fdddf7d47900b52a8ed38481053)
Co-authored-by: Tom Aarsen <[email protected]>
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
pipeline_tag:
|
4 |
tags:
|
5 |
- sentence-similarity
|
6 |
widget:
|
7 |
-
- source_sentence:
|
8 |
sentences:
|
9 |
-
-
|
10 |
-
|
11 |
-
|
|
|
12 |
---
|
13 |
|
14 |
This model predicts the relevance of a query-document pair.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text-ranking
|
4 |
tags:
|
5 |
- sentence-similarity
|
6 |
widget:
|
7 |
+
- source_sentence: information retrieval
|
8 |
sentences:
|
9 |
+
- Information retrieval (IR) in computing and information science is the process
|
10 |
+
of obtaining information system resources that are relevant to an information
|
11 |
+
- That is a very happy person
|
12 |
+
example_title: information retrieval
|
13 |
---
|
14 |
|
15 |
This model predicts the relevance of a query-document pair.
|