uer commited on
Commit
a672315
1 Parent(s): 7cb84a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ The model is pre-trained by [UER-py](https://github.com/dbiir/UER-py/) on [Tence
38
  python3 preprocess.py --corpus_path corpora/lyric.txt \
39
  --vocab_path models/google_zh_vocab.txt \
40
  --dataset_path lyric_dataset.pt --processes_num 32 \
41
- --seq_length 512 --target lm
42
  ```
43
 
44
  ```
 
38
  python3 preprocess.py --corpus_path corpora/lyric.txt \
39
  --vocab_path models/google_zh_vocab.txt \
40
  --dataset_path lyric_dataset.pt --processes_num 32 \
41
+ --seq_length 512 --target lm
42
  ```
43
 
44
  ```