berts icon indicating copy to clipboard operation
berts copied to clipboard

DistilBERTurk TF checkpoints

Open ahadsuleymanli opened this issue 4 years ago • 2 comments

Hi guys.

Could you guys please release TF checkpoints for DistilBERTurk? I have my own Turkish Albert, though with less than desired performance due to me using only the Wiki dump and some pdfs as original training dataset. I'd like to use your DistilBERT in my intent&slot prediction TF pipeline to compare the accuracies of these models.

ahadsuleymanli avatar Jul 21 '20 06:07 ahadsuleymanli

Hi @ahadsuleymanli ,

thanks for your interest!

The DistilBERT model was trained with the official Transformers library. That means, PyTorch was used. I converted that model into a TensorFlow compatible format, so that it can be used with the TF* classes/interfaces in Transformers. That TensorFlow model is here:

https://cdn.huggingface.co/dbmdz/distilbert-base-turkish-cased/tf_model.h5

I hope this helps :)

stefan-it avatar Jul 27 '20 12:07 stefan-it

Thanks a lot! this will help :D

ahadsuleymanli avatar Jul 28 '20 19:07 ahadsuleymanli