qiaojin commited on
Commit
1c48abd
1 Parent(s): 9b5001c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -68,6 +68,10 @@ torch.Size([3, 768])
68
  ```
69
  These embeddings are also in the same space as those generated by the MedCPT query encoder.
70
 
 
 
 
 
71
  # Acknowledgments
72
 
73
  This work was supported by the Intramural Research Programs of the National Institutes of Health, National Library of Medicine.
 
68
  ```
69
  These embeddings are also in the same space as those generated by the MedCPT query encoder.
70
 
71
+ # Case 2. Use the Pre-computed Embeddings
72
+
73
+ 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/.
74
+
75
  # Acknowledgments
76
 
77
  This work was supported by the Intramural Research Programs of the National Institutes of Health, National Library of Medicine.