UMCU commited on
Commit
908c2c6
·
verified ·
1 Parent(s): c2bb963

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,7 +26,8 @@ The model was trained on medical entity triplets (anchor, term, synonym)
26
 
27
 
28
  ### Expected input and output
29
- 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.
 
30
 
31
  #### Extracting embeddings from mirrorbert_MedRoBERTa.nl_meantoken
32
 
 
26
 
27
 
28
  ### Expected input and output
29
+ The input should be a string of biomedical entity names, e.g., "covid infection" or "Hydroxychloroquine".
30
+ The mean embeddings of the last layer is regarded as the output.
31
 
32
  #### Extracting embeddings from mirrorbert_MedRoBERTa.nl_meantoken
33