Update README.md
Browse files
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".
|
|
|
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 |
|