🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
19.31k
stars
2.7k
forks
source link
404 Client Error: Not Found for url: https://huggingface.co/api/models/bert-large-cased #5832
Closed
varungupta31 closed 1 year ago
Describe the bug
Running Bert-Large-Cased model causes
HTTPError
, with the following traceback-I have also tried running in offline mode, as discussed here
Steps to reproduce the bug
from transformers import BertTokenizer, BertModel
tokenizer = BertTokenizer.from_pretrained('bert-large-cased')
Expected behavior
Run without the HTTP error.
Environment info