The
TensorFlow Model Garden LMs repo was used to train an ELECTRA
model using the very efficient
TEAMS approach.
As pretraining corpus, 147GB of plain text was extracted from the
CulturaX corpus.
GERTuraX-1 uses a 64k vocab corpus (cased) and was trained for 1M steps with a batch size of 256 and a sequence length of 512 on a v3-32 TPU Pod.
The pretraining took 2.6 days and the TensorBoard can be found
here.
GERTuraX-1 was tested on GermEval 2014 (NER), GermEval 2018 (Sentiment analysis), CoNLL-2003 (NER) and on the ScandEval benchmark.
We use the same hyper-parameters for GermEval 2014, GermEval 2018 and CoNLL-2003 as used in the
GeBERTa paper (cf. Table 5) using 5 runs with different seed and report the averaged score, conducted with the awesome Flair library.
The fine-tuning code repository can be found
here.
We use v12.10.5 of
ScandEval to evaluate on the following tasks:
1$ scandeval --model "deepset/gbert-base" --task sentiment-classification --language de
2$ scandeval --model "ikim-uk-essen/geberta-base" --task sentiment-classification --language de
3$ scandeval --model "gerturax/gerturax-1" --task sentiment-classification --language de
4$ scandeval --model "gerturax/gerturax-2" --task sentiment-classification --language de
5$ scandeval --model "gerturax/gerturax-3" --task sentiment-classification --language de
1$ scandeval --model "deepset/gbert-base" --task linguistic-acceptability --language de
2$ scandeval --model "ikim-uk-essen/geberta-base" --task linguistic-acceptability --language de
3$ scandeval --model "gerturax/gerturax-1" --task linguistic-acceptability --language de
4$ scandeval --model "gerturax/gerturax-2" --task linguistic-acceptability --language de
5$ scandeval --model "gerturax/gerturax-3" --task linguistic-acceptability --language de
1$ scandeval --model "deepset/gbert-base" --task question-answering --language de
2$ scandeval --model "ikim-uk-essen/geberta-base" --task question-answering --language de
3$ scandeval --model "gerturax/gerturax-1" --task question-answering --language de
4$ scandeval --model "gerturax/gerturax-2" --task question-answering --language de
5$ scandeval --model "gerturax/gerturax-3" --task question-answering --language de
GERTuraX is the outcome of the last 12 months of working with TPUs from the awesome
TRC program
and the
TensorFlow Model Garden library.
Made from Bavarian Oberland with ❤️ and 🥨.