Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DistilBERTurk TF checkpoints #17

Open
ahadsuleymanli opened this issue Jul 21, 2020 · 2 comments
Open

DistilBERTurk TF checkpoints #17

ahadsuleymanli opened this issue Jul 21, 2020 · 2 comments

Comments

@ahadsuleymanli
Copy link

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.

@stefan-it
Copy link
Collaborator

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 :)

@ahadsuleymanli
Copy link
Author

Thanks a lot! this will help :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants