berts
berts copied to clipboard
DistilBERTurk TF checkpoints
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.
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 :)
Thanks a lot! this will help :D