uer commited on
Commit
bcf53ba
1 Parent(s): fbfe743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -48,10 +48,10 @@ Taking the case of T5-Small
48
  Stage1:
49
 
50
  ```
51
- python3 preprocess.py --corpus_path corpora/cluecorpussmall.txt \\\\
52
- --vocab_path models/google_zh_with_sentinel_vocab.txt \\\\
53
- --dataset_path cluecorpussmall_t5_seq128_dataset.pt \\\\
54
- --processes_num 32 --seq_length 128 \\\\
55
  --dynamic_masking --target t5
56
  ```
57
 
 
48
  Stage1:
49
 
50
  ```
51
+ python3 preprocess.py --corpus_path corpora/cluecorpussmall.txt \
52
+ --vocab_path models/google_zh_with_sentinel_vocab.txt \
53
+ --dataset_path cluecorpussmall_t5_seq128_dataset.pt \
54
+ --processes_num 32 --seq_length 128 \
55
  --dynamic_masking --target t5
56
  ```
57