qiaojin commited on
Commit
82babd4
1 Parent(s): 1864ffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,9 @@ license_link: LICENSE
9
  - [MedCPT Query Encoder](https://huggingface.co/ncbi/MedCPT-Query-Encoder): compute the embeddings of short texts (e.g., questions, search queries, sentences).
10
  - [MedCPT Article Encoder](https://huggingface.co/ncbi/MedCPT-Article-Encoder): compute the embeddings of articles (e.g., PubMed titles & abstracts).
11
 
12
- **MedCPT has been pre-trained by an unprecedented scale of 255M query-article pairs from PubMed search logs**, and has been shown to achieve the state-of-the-art performance on several zero-shot biomedical IR datasets. In general, there are three use cases:
 
 
13
  1. Query-to-article search with both encoders.
14
  2. Query representation for clustering or query-to-query search with the [query encoder)[https://huggingface.co/ncbi/MedCPT-Query-Encoder].
15
  3. Article representation for clustering or article-to-article search with the (prticle encoder)[https://huggingface.co/ncbi/MedCPT-Article-Encoder].
 
9
  - [MedCPT Query Encoder](https://huggingface.co/ncbi/MedCPT-Query-Encoder): compute the embeddings of short texts (e.g., questions, search queries, sentences).
10
  - [MedCPT Article Encoder](https://huggingface.co/ncbi/MedCPT-Article-Encoder): compute the embeddings of articles (e.g., PubMed titles & abstracts).
11
 
12
+ **This repo contains the MedCPT Query Encoder.**
13
+
14
+ **MedCPT has been pre-trained by an unprecedented scale of 255M query-article pairs from PubMed search logs**, and has been shown to achieve state-of-the-art performance on several zero-shot biomedical IR datasets. In general, there are three use cases:
15
  1. Query-to-article search with both encoders.
16
  2. Query representation for clustering or query-to-query search with the [query encoder)[https://huggingface.co/ncbi/MedCPT-Query-Encoder].
17
  3. Article representation for clustering or article-to-article search with the (prticle encoder)[https://huggingface.co/ncbi/MedCPT-Article-Encoder].