arxyzan commited on
Commit
c2b057e
1 Parent(s): ded7b94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ In order to use this model in Hezar you can simply use this piece of code:
14
  pip install hezar
15
  ```
16
  ```python
17
- from hezar import Embedding
18
 
19
  w2v = Embedding.load("hezarai/word2vec-skipgram-fa-wikipedia")
20
  # Get embedding vector
 
14
  pip install hezar
15
  ```
16
  ```python
17
+ from hezar.embeddings import Embedding
18
 
19
  w2v = Embedding.load("hezarai/word2vec-skipgram-fa-wikipedia")
20
  # Get embedding vector