Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,14 @@ 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 dialect datasets
|
10 |
-
and
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
|
14 |
```
|
15 |
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 from Qatar University, University of British Columbia / NLP,
|
10 |
+
and Johns Hopkins University / LREC
|
11 |
|
12 |
+
- https://qspace.qu.edu.qa/handle/10576/15265
|
13 |
+
- https://github.com/UBC-NLP/aoc_id
|
14 |
+
- https://github.com/ryancotterell/arabic_dialect_annotation
|
15 |
+
|
16 |
+
You can use special tokens to prompt five dialects: `[EGYPTIAN]`, `[GULF]`, `[LEVANTINE]`, `[MAGHREBI]`, and `[MSA]`
|
17 |
|
18 |
```
|
19 |
from simpletransformers.language_generation import LanguageGenerationModel
|