Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
# GPT2 model for German Leichte Sprache (Easy language)
|
8 |
+
A German Leichte Sprache (Easy language) model based on [german-gpt2](https://huggingface.co/dbmdz/german-gpt2).
|
9 |
+
|
10 |
+
|
11 |
+
See our code here: [https://github.com/MiriUll/Simple-German-language-model](https://github.com/MiriUll/Simple-German-language-model)
|
12 |
+
See our paper here: *tba*
|
13 |
+
|
14 |
+
## Dataset
|
15 |
+
This model was fine-tuned on a collection of monolingual Leichte Sprache data. This corpus can be recreated [here](https://github.com/brjezierski/scrapers).
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
If you use this model, please cite our paper:
|
19 |
+
*tba*
|