FremyCompany commited on
Commit
c2b8c92
1 Parent(s): 2f96b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This model is based on [sentence-transformers/all-mpnet-base-v2](https://hugging
18
 
19
 
20
  ## General purpose
21
- This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
22
 
23
  ## Citation
24
  This dataset accompanies the [BioLORD: Learning Ontological Representations from Definitions](https://TODO/) paper, accepted in the EMNLP 2022 Findings. When you use this dataset, please cite the original paper as follows:
 
18
 
19
 
20
  ## General purpose
21
+ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. This model has been finentuned for the biomedical domain. While it preserves a good ability to produce embeddings for general-purpose text, it will be more useful to you if you are trying to process medical documents such as EHR records or clinical notes. Both sentences and phrases can be embedded in the same latent space.
22
 
23
  ## Citation
24
  This dataset accompanies the [BioLORD: Learning Ontological Representations from Definitions](https://TODO/) paper, accepted in the EMNLP 2022 Findings. When you use this dataset, please cite the original paper as follows: