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