Instructions to use hezarai/gpt2-base-fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hezar
How to use hezarai/gpt2-base-fa with Hezar:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pip install hezar
|
|
| 15 |
```
|
| 16 |
|
| 17 |
```python
|
| 18 |
-
from hezar.
|
| 19 |
|
| 20 |
|
| 21 |
model = Model.load("hezarai/gpt2-base-fa")
|
|
|
|
| 15 |
```
|
| 16 |
|
| 17 |
```python
|
| 18 |
+
from hezar.models import Model
|
| 19 |
|
| 20 |
|
| 21 |
model = Model.load("hezarai/gpt2-base-fa")
|