We present community-driven BERT and ELECTRA models for Turkish 🎉
Some datasets used for pretraining and evaluation are contributed from the awesome Turkish NLP community, as well as the decision for the BERT model name: BERTurk.
- 12.05.2020: Release of ELECTRA (small and base) models, see here.
- 25.03.2020: Release of BERTurk uncased model and BERTurk models with larger vocab size (128k, cased and uncased).
- 11.03.2020: Release of the cased distilled BERTurk model: DistilBERTurk. Available on the Hugging Face model hub
- 17.02.2020: Release of the cased BERTurk model. Available on the Hugging Face model hub
- 10.02.2020: Training corpus update, new TensorBoard links, new results for cased model.
- 02.02.2020: Initial version of this repo.
The current version of the model is trained on a filtered and sentence segmented version of the Turkish OSCAR corpus, a recent Wikipedia dump, various OPUS corpora and a special corpus provided by Kemal Oflazer.
The final training corpus has a size of 35GB and 44,04,976,662 tokens.
Thanks to Google's TensorFlow Research Cloud (TFRC) we can train both cased and uncased models on a TPU v3-8. You can find the TensorBoard outputs for the training here:
We also provide cased and uncased models that aŕe using a larger vocab size (128k instead of 32k).
A detailed cheatsheet of how the models were trained, can be found here.
The distilled version of a cased model, so called DistilBERTurk, was trained on 7GB of the original training data, using the cased version of BERTurk as teacher model.
DistilBERTurk was trained with the official Hugging Face implementation from here.
The cased model was trained for 5 days on 4 RTX 2080 TI.
More details about distillation can be found in the "DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter" paper by Sanh et al. (2019).
In addition to the BERTurk models, we also trained ELECTRA small and base models. A detailed overview can be found in the ELECTRA section.
We use the token classification example from 🤗/Transformers for evaluation on both PoS and NER datasets. We report averaged Accuracy (PoS tagging) and F-Score (NER) on 5 runs (initialized with 5 different seeds).
BERTurk and ELECTRA model checkpoint selection: We evaluated 5 different checkpoints for our cased and uncased models based on the development score for PoS tagging and NER. The model with the best results is used for the final and released model.
Evaluation is done with the Hugging Face Transformers library and the token classification
example script run_ner.py
. We use the following hyper-parameters:
Parameter | Value |
---|---|
batch_size |
16 |
learning_rate |
5e-5 |
num_epochs |
10 |
The Turkish IMST dataset
from Universal Dependencies is used for PoS tagging evaluation. We use the dev
branch and
commit a6c955
. Result on development set is reported in brackets.
Model | Run 1 | Run 2 | Run 3 | Run 4 | Run 5 | Avg. |
---|---|---|---|---|---|---|
ELECTRA small | (0.9567) / 0.9584 | (0.9578) / 0.9589 | (0.9564) / 0.9591 | (0.9544) / 0.9585 | (0.9545) / 0.9582 | (0.9560) / 0.9586 |
ELECTRA base | (0.9707) / 0.9734 | (0.9710) / 0.9734 | (0.9712) / 0.9745 | (0.9728) / 0.9719 | (0.9711) / 0.9727 | (0.9714) / 0.9732 |
mBERT | (0.9573) / 0.9580 | (0.9554) / 0.9584 | (0.9556) / 0.9591 | (0.9594) / 0.9572 | (0.9580) / 0.9586 | (0.9571) / 0.9583 |
BERTurk (32k) | (0.9701) / 0.9712 | (0.9731) / 0.9717 | (0.9728) / 0.9730 | (0.9719) / 0.9729 | (0.9728) / 0.9708 | (0.9722) / 0.9719 |
BERTurk (128k) | (0.9707) / 0.9732 | (0.9716) / 0.9712 | (0.9702) / 0.9722 | (0.9675) / 0.9715 | (0.9711) / 0.9729 | (0.9703) / 0.9722 |
BERTurk uncased (32k) | (0.9707) / 0.9703 | (0.9711) / 0.9713 | (0.9715) / 0.9705 | (0.9717) / 0.9719 | (0.9718) / 0.9697 | (0.9714) / 0.9707 |
BERTurk uncased (128k) | (0.9716) / 0.9726 | (0.9715) / 0.9710 | (0.9704) / 0.9720 | (0.9715) / 0.9702 | (0.9704) / 0.9693 | (0.9711) / 0.9710 |
DistilBERTurk | (0.9648) / 0.9654 | (0.9649) / 0.9642 | (0.9654) / 0.9660 | (0.9646) / 0.9650 | (0.9637) / 0.9642 | (0.9646) / 0.9650 |
XLM-RoBERTa | (0.9611) / 0.9620 | (0.9629) / 0.9623 | (0.9617) / 0.9602 | (0.9602) / 0.9618 | (0.9614) / 0.9629 | (0.9614) / 0.9619 |
NER dataset is similar to the one used in this paper. We converted the dataset into CoNLL-like format and used a 80/10/10 training, development and test split. Result on development set is reported in brackets.
Model | Run 1 | Run 2 | Run 3 | Run 4 | Run 5 | Avg. |
---|---|---|---|---|---|---|
ELECTRA small | (0.9447) / 0.9468 | (0.9421) / 0.9439 | (0.9421) / 0.9471 | (0.9428) / 0.9434 | (0.9439) / 0.9447 | (0.9431) / 0.9452 |
ELECTRA base | (0.9564) / 0.9566 | (0.9552) / 0.9557 | (0.9579) / 0.9567 | (0.9563) / 0.9570 | (0.9568) / 0.9577 | (0.9565) / 0.9567 |
mBERT | (0.9441) / 0.9420 | (0.9448) / 0.9421 | (0.9439) / 0.9421 | (0.9444) / 0.9421 | (0.9434) / 0.9436 | (0.9441) / 0.9424 |
BERTurk (32k) | (0.9574) / 0.9550 | (0.9534) / 0.9552 | (0.9539) / 0.9570 | (0.9550) / 0.9543 | (0.9594) / 0.9531 | (0.9558) / 0.9549 |
BERTurk (128k) | (0.9479) / 0.9494 | (0.9569) / 0.9599 | (0.9546) / 0.9571 | (0.9549) / 0.9579 | (0.9557) / 0.9534 | (0.9540) / 0.9555 |
BERTurk uncased (32k) | (0.9529) / 0.9511 | (0.9531) / 0.9520 | (0.9533) / 0.9543 | (0.9530) / 0.9522 | (0.9523) / 0.9511 | (0.9529) / 0.9521 |
BERTurk uncased (128k) | (0.9512) / 0.9531 | (0.9502) / 0.9518 | (0.9517) / 0.9520 | (0.9513) / 0.9525 | (0.9530) / 0.9546 | (0.9515) / 0.9528 |
DistilBERTurk | (0.9418) / 0.9392 | (0.9411) / 0.9415 | (0.9382) / 0.9400 | (0.9411) / 0.9427 | (0.9417) / 0.9427 | (0.9408) / 0.9412 |
XLM-RoBERTa | (0.9536) / 0.9541 | (0.9517) / 0.9521 | (0.9527) / 0.9530 | (0.9493) / 0.9530 | (0.9529) / 0.9516 | (0.9520) / 0.9527 |
All trained models can be used from the DBMDZ Hugging Face model hub page using their model name. The following models are available:
- BERTurk models with 32k vocabulary:
dbmdz/bert-base-turkish-cased
anddbmdz/bert-base-turkish-uncased
- BERTurk models with 128k vocabulary:
dbmdz/bert-base-turkish-128k-cased
anddbmdz/bert-base-turkish-128k-uncased
- ELECTRA small and base cased models (discriminator):
dbmdz/electra-small-turkish-cased-discriminator
anddbmdz/electra-base-turkish-cased-discriminator
Example usage with 🤗/Transformers:
tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-turkish-cased")
model = AutoModel.from_pretrained("dbmdz/bert-base-turkish-cased")
This loads the BERTurk cased model. The recently introduced ELECTRA base model can be loaded with:
tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-turkish-cased-discriminator")
model = AutoModelWithLMHead.from_pretrained("dbmdz/electra-base-turkish-cased-discriminator")
You can use the following BibTeX entry for citation:
@software{stefan_schweter_2020_3770924,
author = {Stefan Schweter},
title = {BERTurk - BERT models for Turkish},
month = apr,
year = 2020,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.3770924},
url = {https://doi.org/10.5281/zenodo.3770924}
}
Thanks to Kemal Oflazer for providing us additional large corpora for Turkish. Many thanks to Reyyan Yeniterzi for providing us the Turkish NER dataset for evaluation.
Research supported with Cloud TPUs from Google's TensorFlow Research Cloud (TFRC). Thanks for providing access to the TFRC ❤️