google-research / bert

TensorFlow code and pre-trained models for BERT
https://arxiv.org/abs/1810.04805
Apache License 2.0
38.25k stars 9.62k forks source link

No ckpt.meta file in the release of 24 smaller BERT models #1290

Open sauravpr opened 2 years ago

sauravpr commented 2 years ago

.meta component of the TF checkpoint is missing in each of the smaller BERT models provided here https://github.com/google-research/bert

For example, this link only has .index and .data components https://storage.googleapis.com/bert_models/2020_02_20/uncased_L-10_H-768_A-12.zip

This issue has been raised earlier as well, but hasn't been resolved https://github.com/google-research/bert/issues/1172