uer commited on
Commit
c056704
1 Parent(s): 0787554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ The model is pre-trained by [UER-py](https://github.com/dbiir/UER-py/) on [Tence
43
  Taking the case of PEGASUS-Base
44
 
45
  ```
46
- python3 preprocess.py --corpus_path corpora/cluecorpussmall.txt \
47
  --vocab_path models/google_zh_vocab.txt \
48
  --dataset_path cluecorpussmall_pegasus_seq512_dataset.pt \
49
  --processes_num 32 --seq_length 512 \
43
  Taking the case of PEGASUS-Base
44
 
45
  ```
46
+ python3 preprocess.py --corpus_path corpora/cluecorpussmall_bert.txt \
47
  --vocab_path models/google_zh_vocab.txt \
48
  --dataset_path cluecorpussmall_pegasus_seq512_dataset.pt \
49
  --processes_num 32 --seq_length 512 \