Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,10 @@ language: ar
|
|
6 |
## Finetuned Arabic GPT-2 demo
|
7 |
|
8 |
This is a small GPT-2 model, originally trained on Arabic Wikipedia circa September 2020 ,
|
9 |
-
finetuned on
|
|
|
10 |
|
11 |
-
You can use special tokens to
|
12 |
|
13 |
```
|
14 |
from simpletransformers.language_generation import LanguageGenerationModel
|
|
|
6 |
## Finetuned Arabic GPT-2 demo
|
7 |
|
8 |
This is a small GPT-2 model, originally trained on Arabic Wikipedia circa September 2020 ,
|
9 |
+
finetuned on dialect datasets DART (Qatar University), aoc_id (University of British Columbia / NLP)
|
10 |
+
and arabic_dialect_annotation (Johns Hopkins University / LREC)
|
11 |
|
12 |
+
You can use special tokens to prompt five dialects: `[EGYPTIAN]`, `[GULF]`, `[LEVANTINE]`, '[MAGHREBI]', and `[MSA]`
|
13 |
|
14 |
```
|
15 |
from simpletransformers.language_generation import LanguageGenerationModel
|