This model is broken

#1
by jefhil - opened

will not load -- errors out in hosted API with:
Unable to load weights from pytorch checkpoint file for '/data/menadsa_S-Bio_ClinicalBERT/pytorch_model.bin' at '/data/menadsa_S-Bio_ClinicalBERT/pytorch_model.bin'. If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True.

Yes, the bin file is corrupted.

The bin file is still corrupted.

This is the error in my case: RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory. This is an internal miniz error. If you are seeing this error, there is a high likelihood that your checkpoint file is corrupted. This can happen if the checkpoint was not saved properly, was transferred incorrectly, or the file was modified after saving.

Sign up or log in to comment