CoolFace
Modelpublic

DTAI-KULeuven/robbertje-1-gb-shuffled

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes221downloads
Model Card

<p align="center"> <img src="https://github.com/iPieter/robbertje/raw/master/images/robbertjelogowith_name.png" alt="RobBERTje: A collection of distilled Dutch BERT-based models" width="75%"> </p>

About RobBERTje

RobBERTje is a collection of distilled models based on RobBERT. There are multiple models with different sizes and different training settings, which you can choose for your use-case.

We are also continuously working on releasing better-performing models, so watch the repository for updates.

News

  • —February 21, 2022: Our paper about RobBERTje has been published in volume 11 of CLIN journal!
  • —July 2, 2021: Publicly released 4 RobBERTje models.
  • —May 12, 2021: RobBERTje was accepted at CLIN31 for an oral presentation!

The models

ModelDescriptionParametersTraining sizeHuggingface id
Non-shuffledTrained on the non-shuffled variant of the oscar corpus, without any operations to preserve this order during training and distillation.74 M1 GBDTAI-KULeuven/robbertje-1-gb-non-shuffled
ShuffledTrained on the publicly available and shuffled OSCAR corpus.74 M1 GBthis model
Merged (p=0.5)Same as the non-shuffled variant, but sequential sentences of the same document are merged with a probability of 50%.74 M1 GBDTAI-KULeuven/robbertje-1-gb-merged
BORTA smaller version with 8 attention heads instead of 12 and 4 layers instead of 6 (and 12 for RobBERT).46 M1 GBDTAI-KULeuven/robbertje-1-gb-bort

Results

Intrinsic results

We calculated the pseudo perplexity (PPPL) from [cite](), which is a built-in metric in our distillation library. This metric gives an indication of how well the model captures the input distribution.

ModelPPPL
RobBERT (teacher)7.76
Non-shuffled12.95
Shuffled18.74
Merged (p=0.5)17.10
BORT26.44

Extrinsic results

We also evaluated our models on sereral downstream tasks, just like the teacher model RobBERT. Since that evaluation, a Dutch NLI task named SICK-NL was also released and we evaluated our models with it as well.

ModelDBRDDIE-DATNERPOSSICK-NL
RobBERT (teacher)94.499.289.196.484.2
Non-shuffled90.298.482.995.583.4
Shuffled92.598.282.795.683.4
Merged (p=0.5)92.996.581.895.282.8
BORT89.692.279.794.381.0