lbourdois commited on
Commit
1dfd63a
1 Parent(s): 37137f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- model.most_similar("exemple")```
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