Commit
·
5108780
1
Parent(s):
c89782f
Update README.md
Browse files
README.md
CHANGED
@@ -3,5 +3,6 @@ license: cc-by-nc-3.0
|
|
3 |
---
|
4 |
# Danish medical word embeddings
|
5 |
|
6 |
-
MeDa-We was trained on a Danish medical corpus of 123M tokens. The word embeddings are 300-dimensional and are trained
|
|
|
7 |
The development of the corpus and word embeddings is described further in the paper:
|
|
|
3 |
---
|
4 |
# Danish medical word embeddings
|
5 |
|
6 |
+
MeDa-We was trained on a Danish medical corpus of 123M tokens. The word embeddings are 300-dimensional and are trained using [FastText](https://fasttext.cc/).
|
7 |
+
The embeddings were trained for 10 epochs using a window size of 5 and 10 negative samples.
|
8 |
The development of the corpus and word embeddings is described further in the paper:
|