You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSError: Can't load weights for 't5-11b'. Make sure that:
- 't5-11b' is a correct model identifier listed on 'https://huggingface.co/models'
- or 't5-11b' is the correct path to a directory containing a file named one of pytorch_model.bin, tf_model.h5, model.ckpt.
Expected behavior
the model should be loaded.
The text was updated successfully, but these errors were encountered:
@patrickvonplaten mind adding a big disclaimer to the model card for this particular checkpoint? About what you just said (CDN limitation + model parallelism)
Thanks @patrickvonplaten ,
Our work successfully adds (several types of) model parallellism and trains T5 and several other large transformers and is integrated with HF for quite a while.
Environment info
transformers
version: 3.0.2Who can help
T5: @patrickvonplaten
Information
The model I am using: T5
To reproduce
Steps to reproduce the behavior:
Expected behavior
the model should be loaded.
The text was updated successfully, but these errors were encountered: