alisafaya / Arabic-BERT

Arabic edition of BERT pretrained language models
MIT License
126 stars 21 forks source link

can't find the .cptk file #7

Closed mukhtar-algezoli closed 4 years ago

mukhtar-algezoli commented 4 years ago

Thank you for your contribution to Arabic NLP, I am trying to tune (continue pre-training) the pre-trained model on more task-specific data, and I can't download the model weights, specifically, I need the .cptk file.

alisafaya commented 4 years ago

Hi,

I haven't upload .ckpt file to huggingface portal. I will upload it as soon as possible. in the mean time you can convert pytorch model to tensorflow checkpoint using this script: convert_bert_pytorch_checkpoint_to_original_tf.py from transformers library.