cooelf / SemBERT

Semantics-aware BERT for Language Understanding (AAAI 2020)
https://arxiv.org/abs/1909.02209
MIT License
285 stars 55 forks source link

- ERROR - pytorch_pretrained_bert.tokenization - Model name 'bert-wwm-uncased' was not found in model name list #8

Closed LinMu7177 closed 4 years ago

LinMu7177 commented 4 years ago

报错说没有bert-wwm-uncased,麻烦大佬给解答下,谢谢

cooelf commented 4 years ago

这个仓库用的是早期的pytorch_pretrained_bert仓库,没有直接提供bert-wwm-uncased,可以参考transformers仓库下载这个模型,通过参数加载 --bert_model

LinMu7177 commented 4 years ago

哦哦 好的 谢谢大佬!

Beam-coder commented 2 years ago

@cooelf @LinMu7177 Hello, did you solve this problem? Is bert-wwm-uncased a model on Hugging Face? Is it for English? I can't find this model.