Muthukumaran commited on
Commit
f82b611
1 Parent(s): 4310391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ pipeline_tag: text-classification
5
 
6
 
7
  ## Description:
8
- Passage Re-Ranker a encoder based model that takes a search query, and a passage, and calculates the relevancy of the passage to the query. This is used in conjunction with sentence transformers to re-rank the passages matched by the sentence transformer, there-by improving relevance of Information Retrieval processes.
9
 
10
  The Model is Finetuned using MS-Marco, and tested using Science QA datasets.
11
 
 
5
 
6
 
7
  ## Description:
8
+ `nasa-smd-ibm-ranker` is a encoder based model that takes a search query, and a passage, and calculates the relevancy of the passage to the query. This is used in conjunction with sentence transformers to re-rank the passages matched by the sentence transformer, there-by improving relevance of Information Retrieval processes.
9
 
10
  The Model is Finetuned using MS-Marco, and tested using Science QA datasets.
11