tomaarsen HF Staff commited on
Commit
5a92dc0
·
verified ·
1 Parent(s): 7288bc3

Update model metadata to set pipeline tag to the new `text-ranking`

Browse files

Hello!

## 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

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
  license: mit
3
- pipeline_tag: sentence-similarity
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 of obtaining information system resources that are relevant to an information"
10
- - "That is a very happy person"
11
- example_title: "information retrieval"
 
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.