fl399 commited on
Commit
090663c
1 Parent(s): 64afb2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -20,6 +20,9 @@ datasets:
20
  **[news]** A cross-lingual extension of SapBERT will appear in the main onference of **ACL 2021**! <br>
21
  **[news]** SapBERT will appear in the conference proceedings of **NAACL 2021**!
22
 
 
 
 
23
  ### Expected input and output
24
  The input should be a string of biomedical entity names, e.g., "covid infection" or "Hydroxychloroquine". The [CLS] embedding of the last layer is regarded as the output.
25
 
@@ -57,11 +60,6 @@ all_embs = np.concatenate(all_embs, axis=0)
57
 
58
  For more details about training and eval, see SapBERT [github repo](https://github.com/cambridgeltl/sapbert).
59
 
60
- ### SapBERT-PubMedBERT
61
- SapBERT by [Liu et al. (2020)](https://arxiv.org/pdf/2010.11784.pdf). Trained with [UMLS](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html) 2020AA (English only), using [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) as the base model.
62
-
63
-
64
-
65
 
66
  ### Citation
67
  ```bibtex
20
  **[news]** A cross-lingual extension of SapBERT will appear in the main onference of **ACL 2021**! <br>
21
  **[news]** SapBERT will appear in the conference proceedings of **NAACL 2021**!
22
 
23
+ ### SapBERT-PubMedBERT
24
+ SapBERT by [Liu et al. (2020)](https://arxiv.org/pdf/2010.11784.pdf). Trained with [UMLS](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html) 2020AA (English only), using [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) as the base model.
25
+
26
  ### Expected input and output
27
  The input should be a string of biomedical entity names, e.g., "covid infection" or "Hydroxychloroquine". The [CLS] embedding of the last layer is regarded as the output.
28
 
60
 
61
  For more details about training and eval, see SapBERT [github repo](https://github.com/cambridgeltl/sapbert).
62
 
 
 
 
 
 
63
 
64
  ### Citation
65
  ```bibtex