MPC-BERT icon indicating copy to clipboard operation
MPC-BERT copied to clipboard

pytorch checkpoint

Open jasonwu0731 opened this issue 4 years ago • 1 comments

Hello,

Can you provide a pytorch checkpoint of your pretrained MPC model? Thanks!

jasonwu0731 avatar Oct 23 '21 08:10 jasonwu0731

Hi @jasonwu0731, Thanks for your interest in our work. Sorry about that we do not have a plan to release a pytorch version of code or checkpoint recently. You could convert our released TF checkpoint to a pytorch one with the following tool. Thanks!

https://github.com/huggingface/transformers/blob/master/src/transformers/models/bert/convert_bert_original_tf_checkpoint_to_pytorch.py

JasonForJoy avatar Oct 24 '21 01:10 JasonForJoy