neuralmind-ai / portuguese-bert

Portuguese pre-trained BERT models
Other
792 stars 122 forks source link

Bad filename pattern on tensorflow zip files #9

Open dmvieira opened 4 years ago

dmvieira commented 4 years ago

You should rename:

bert_model.ckpt-1000000.meta to bert_model.ckpt.meta
bert_model.ckpt-1000000.index to bert_model.ckpt.index
bert_model.ckpt-1000000.data-00000-of-00001 to bert_model.ckpt.data-00000-of-00001

This action will turn pre trained models full compatible with project as bert-as-service that follows tensorflow pattern