Update model metadata to set pipeline tag to the new `text-ranking`
Browse filesHello!
## Pull Request overview
* Update metadata to set pipeline tag to the new `text-ranking`
## Changes
This is an automated pull request to update the metadata of the model card. We recently introduced the [`text-ranking`](https://huggingface.co/models?pipeline_tag=text-ranking) pipeline tag for models that are used for ranking tasks, and we have a suspicion that this model is one of them.
Feel free to respond if you have questions or concerns.
- Tom Aarsen
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.
|