This is a bilingual ALBERT model that has been pretrained on German, English, and code. It is a Masked Language Model (MLM) and can be fine-tuned for various tasks, such as Named Entity Recognition (NER) or binary classification. The model is uncased and is exclusively compatible with the FastTokenizer.
Go to file
Falko Victor Habel 3199f58079 Initial commit 2024-12-29 17:59:54 +00:00
.gitignore Initial commit 2024-12-29 17:59:54 +00:00
LICENSE Initial commit 2024-12-29 17:59:54 +00:00
README.md Initial commit 2024-12-29 17:59:54 +00:00

README.md

Fabelous-albert-uncased

This is a bilingual ALBERT model that has been pretrained on German, English, and code. It is a Masked Language Model (MLM) and can be fine-tuned for various tasks, such as Named Entity Recognition (NER) or binary classification. The model is uncased and is exclusively compatible with the FastTokenizer.