uer commited on
Commit
26108a7
1 Parent(s): efff5fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ python3 preprocess.py --corpus_path corpora/cluecorpussmall.txt \
79
 
80
  ```
81
  python3 pretrain.py --dataset_path cluecorpussmall_t5_seq128_dataset.pt \
82
- --pretrained_model_path models/cluecorpussmall_t5_seq128_model.bin-1000000 \
83
  --vocab_path models/google_zh_with_sentinel_vocab.txt \
84
  --output_model_path models/cluecorpussmall_t5_seq512_model.bin \
85
  --config_path models/t5/small_config.json \
 
79
 
80
  ```
81
  python3 pretrain.py --dataset_path cluecorpussmall_t5_seq128_dataset.pt \
82
+ --pretrained_model_path models/cluecorpussmall_t5_seq128_model.bin-1000000 \
83
  --vocab_path models/google_zh_with_sentinel_vocab.txt \
84
  --output_model_path models/cluecorpussmall_t5_seq512_model.bin \
85
  --config_path models/t5/small_config.json \