transformers: The huggingface web site crashed
Set local_files_only to be True for reading the local cache first。
tokenizer = BertTokenizer.from_pretrained(tokenizer_config.model_path, local_files_only=True)
Is there any mirror of this web site?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 10
- Comments: 16 (1 by maintainers)
You can set
local_files_onlyto be True.