arxyzan commited on
Commit
52a752d
1 Parent(s): 2503454

Update README.md

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