readme: add initial version
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: de
|
| 3 |
+
license: mit
|
| 4 |
+
datasets:
|
| 5 |
+
- german-nlp-group/german_common_crawl
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# GC4LM: A Colossal (Biased) language model for German
|
| 9 |
+
|
| 10 |
+
This repository presents a colossal (and biased) language model for German trained on the recently released
|
| 11 |
+
["German colossal, clean Common Crawl corpus"](https://german-nlp-group.github.io/projects/gc4-corpus.html) (GC4),
|
| 12 |
+
with a total dataset size of ~844GB.
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
**Disclaimer**: the presented and trained language models in this repository are for **research only** purposes.
|
| 17 |
+
The GC4 corpus - that was used for training - contains crawled texts from the internet. Thus, the language models can
|
| 18 |
+
be considered as highly biased, resulting in a model that encodes stereotypical associations along gender, race,
|
| 19 |
+
ethnicity and disability status. Before using and working with the released checkpoints, it is highly recommended
|
| 20 |
+
to read:
|
| 21 |
+
|
| 22 |
+
[On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?](https://faculty.washington.edu/ebender/papers/Stochastic_Parrots.pdf)
|
| 23 |
+
|
| 24 |
+
from Emily M. Bender, Timnit Gebru, Angelina McMillan-Major and Shmargaret Shmitchell.
|
| 25 |
+
|
| 26 |
+
The aim of the released checkpoints is to boost research on large pre-trained language models for German, especially
|
| 27 |
+
for identifying biases and how to prevent them, as most research is currently done only for English.
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
Please use the new GitHub Discussions feature in order to discuss or present further research questions.
|
| 32 |
+
Feel free to use `#gc4lm` on Twitter 🐦.
|