stefan-it commited on
Commit
e85fe42
1 Parent(s): 98a4811

readme: add initial version

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