GottBERT is the first German-only RoBERTa model, pre-trained on the German portion of the first released OSCAR dataset. This model aims to provide enhanced natural language processing (NLP) performance for the German language across various tasks, including Named Entity Recognition (NER), text classification, and natural language inference (NLI). GottBERT has been developed in two versions: a base model and a large model, tailored specifically for German-language tasks.
Get the fairseq checkpoints
here.
1@inproceedings{scheible-etal-2024-gottbert,
2 title = "{G}ott{BERT}: a pure {G}erman Language Model",
3 author = "Scheible, Raphael and
4 Frei, Johann and
5 Thomczyk, Fabian and
6 He, Henry and
7 Tippmann, Patric and
8 Knaus, Jochen and
9 Jaravine, Victor and
10 Kramer, Frank and
11 Boeker, Martin",
12 editor = "Al-Onaizan, Yaser and
13 Bansal, Mohit and
14 Chen, Yun-Nung",
15 booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
16 month = nov,
17 year = "2024",
18 address = "Miami, Florida, USA",
19 publisher = "Association for Computational Linguistics",
20 url = "https://aclanthology.org/2024.emnlp-main.1183",
21 pages = "21237--21250",
22}