uer commited on
Commit
8033514
1 Parent(s): e979a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -123,7 +123,7 @@ python3 preprocess.py --corpus_path corpora/cluecorpussmall.txt \
123
  ```
124
 
125
  ```
126
- python3 pretrain.py --dataset_path cluecorpussmall_word_seq128_dataset.pt \
127
  --vocab_path models/google_zh_vocab.txt \
128
  --config_path models/bert/medium_config.json \
129
  --output_model_path models/cluecorpussmall_wwm_roberta_medium_seq128_model.bin \
 
123
  ```
124
 
125
  ```
126
+ python3 pretrain.py --dataset_path cluecorpussmall_seq128_dataset.pt \
127
  --vocab_path models/google_zh_vocab.txt \
128
  --config_path models/bert/medium_config.json \
129
  --output_model_path models/cluecorpussmall_wwm_roberta_medium_seq128_model.bin \