Update README.md

This commit is contained in:
Zeyao Du
2019-12-09 15:57:56 +08:00
committed by GitHub
parent d8b648b25d
commit 825f9b0d94

View File

@@ -5,6 +5,10 @@
- Chinese version of GPT2 training code, using BERT tokenizer or BPE tokenizer. It is based on the extremely awesome repository from HuggingFace team [Transformers](https://github.com/huggingface/transformers). Can write poems, news, novels, or train general language models. Support char level, word level and BPE level. Support large training corpus.
- 中文的GPT2训练代码使用BERT的Tokenizer或Sentencepiece的BPE model感谢[kangzhonghua](https://github.com/kangzhonghua)的贡献实现BPE模式需要略微修改train.py的代码。可以写诗新闻小说或是训练通用语言模型。支持字为单位或是分词模式或是BPE模式需要略微修改train.py的代码。支持大语料训练。
## NEWS 12.9.2019
- 新项目[GPT2-chitchat](https://github.com/yangjianxin1/GPT2-chitchat)已发布部分基于本项目代码。包含训练GPT2对话模型的代码与与训练模型以及生成样例欢迎大家参观。
## NEWS 12.7.2019
- 新项目[Decoders-Chinese-TF2.0](https://github.com/Morizeyao/Decoders-Chinese-TF2.0)同样支持GPT2的中文训练在使用上更加简单不易产生各种问题。目前还在测试阶段欢迎大家提出意见。