system HF staff commited on
Commit
493b577
1 Parent(s): 38383d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
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 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
 
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