qiaojin commited on
Commit
c9691d8
1 Parent(s): 0256a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -58,6 +58,11 @@ torch.Size([3, 768])
58
  ```
59
  These embeddings are also in the same space as those generated by the MedCPT article encoder.
60
 
 
 
 
 
 
61
  # Acknowledgments
62
 
63
  This work was supported by the Intramural Research Programs of the National Institutes of Health, National Library of Medicine.
 
58
  ```
59
  These embeddings are also in the same space as those generated by the MedCPT article encoder.
60
 
61
+ # Case 2. Semantically searching PubMed with your query
62
+
63
+ We have provided the embeddings of all PubMed articles generated by the MedCPT article encoder at https://ftp.ncbi.nlm.nih.gov/pub/lu/MedCPT/pubmed_embeddings/.
64
+ You can simply download these embeddings to search PubMed with your query.
65
+
66
  # Acknowledgments
67
 
68
  This work was supported by the Intramural Research Programs of the National Institutes of Health, National Library of Medicine.