Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,8 @@ sample = generator('در یک اتفاق شگفت انگیز، پژوهشگرا
|
|
26 |
```
|
27 |
If you are using Tensorflow import TFGPT2LMHeadModel instead of GPT2LMHeadModel.
|
28 |
|
29 |
-
##
|
30 |
-
|
31 |
|
32 |
## Special Tokens
|
33 |
gpt-persian is trained for the purpose of research on Persian poetry. Because of that all english words and numbers are replaced with special tokens and only standard Persian alphabet is used as part of input text. Here is one example:
|
|
|
26 |
```
|
27 |
If you are using Tensorflow import TFGPT2LMHeadModel instead of GPT2LMHeadModel.
|
28 |
|
29 |
+
## Fine-tuning
|
30 |
+
Find a basic fine-tuning example on this [Github Repo](https://github.com/khashei/bolbolzaban-gpt2-persian).
|
31 |
|
32 |
## Special Tokens
|
33 |
gpt-persian is trained for the purpose of research on Persian poetry. Because of that all english words and numbers are replaced with special tokens and only standard Persian alphabet is used as part of input text. Here is one example:
|