Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ For more information, see [https://devmount.github.io/GermanWordEmbeddings/](htt
|
|
25 |
from gensim.models import KeyedVectors
|
26 |
from huggingface_hub import hf_hub_download
|
27 |
model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/german_model", filename="german.model"), binary=True, unicode_errors="ignore")
|
28 |
-
|
29 |
|
30 |
## Citation
|
31 |
|
|
|
25 |
from gensim.models import KeyedVectors
|
26 |
from huggingface_hub import hf_hub_download
|
27 |
model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/german_model", filename="german.model"), binary=True, unicode_errors="ignore")
|
28 |
+
```
|
29 |
|
30 |
## Citation
|
31 |
|