Update README.md
Browse files
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
|