Create readme.md

add bert_pretrained file instruction
This commit is contained in:
leo 2019-09-15 11:37:58 +08:00
parent fd53683afb
commit c7d88bf652
1 changed files with 11 additions and 0 deletions

11
bert_pretrained/readme.md Normal file
View File

@ -0,0 +1,11 @@
此文件夹下存放预训练的 BERT 文件。
中文 BERT 推荐使用哈工大发布的中文全词遮掩预训练模型 [BERT-wmm](https://github.com/ymcui/Chinese-BERT-wwm),而且提供讯飞云下载,国内下载速度很快,具体链接见上述网址。
文件夹内必须有三个文件:
- bert_config.json `BERT 结构的配置文件`
- pytorch_model.bin `预训练后保存的模型`
- vocab.txt `BERT 词表`