lonePatient / BERT-NER-Pytorch

Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
MIT License
2.06k stars 424 forks source link

预训练文件在哪里下载呢 #28

Closed lzh66 closed 4 years ago

lzh66 commented 4 years ago

从google-research下载到的chinese_L-12_H-768_A-12只有bert_model.ckpt vocab.txt bert_config.json 但我看代码需要的不是这种文件 OSError: Error no file named ['pytorch_model.bin', 'tf_model.h5', 'model.ckpt.index'] found in directory prev_trained_model/bert-base/bert-base-chinese or from_tf set to False

zxr19980213 commented 3 years ago

https://huggingface.co/models?search=chinese

HqWei commented 3 years ago

https://huggingface.co/models?search=chinese

image 亲,下载哪一个