Update README.md
Browse files
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 BART-Base
|
44 |
|
45 |
```
|
46 |
-
python3 preprocess.py --corpus_path corpora/
|
47 |
--vocab_path models/google_zh_vocab.txt \
|
48 |
--dataset_path cluecorpussmall_bart_seq512_dataset.pt \
|
49 |
--processes_num 32 --seq_length 512 \
|
|
|
43 |
Taking the case of BART-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_bart_seq512_dataset.pt \
|
49 |
--processes_num 32 --seq_length 512 \
|