bsl tomaarsen HF Staff commited on
Commit
1800d30
·
verified ·
1 Parent(s): 7288bc3

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

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.