提交 1a6f1552 编写于 作者: Stevezhangz's avatar Stevezhangz

Update README.md

上级 962e7af7
......@@ -14,7 +14,8 @@ Next, I will enrich the language generation as well as conversation process.
# How to use
### Bash code(preparation)
## preparation:
### if your develop env is unbuntu, plz load the terminal, and input the fellow bash codes.
sudo apt-get install ipython3
sudo apt-get install pip
......@@ -22,6 +23,21 @@ Next, I will enrich the language generation as well as conversation process.
git clone https://github.com/stevezhangz/BERT-pytorch.git
cd BERT-pytorch
pip install -r requirements.txt
### for win users, if u utlize the python IDEs such as pycharm, please find terminals of pycharm, and input the bash codes as shown in fellows:
pip install git
git clone https://github.com/stevezhangz/BERT-pytorch.git
cd BERT-pytorch
pip install -r requirements.txt
part of you may use anaconda3, so you have to load "anaconda3 prompt" and input fellow bash codes:
conda install pip
conda install git
git clone https://github.com/stevezhangz/BERT-pytorch.git
cd BERT-pytorch
pip install -r requirements.txt
I prepare a demo for model training(your can select poem or conversation in the source code)
run train_demo.py to train
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册