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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -160,7 +160,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_seq512_dataset.pt \
160
  Finally, we convert the pre-trained model into Huggingface's format:
161
 
162
  ```
163
- python3 scripts/convert_bert_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_wwm_roberta_medium_seq512_model.bin \
164
  --output_model_path pytorch_model.bin \
165
  --layers_num 8 --type mlm
166
  ```
 
160
  Finally, we convert the pre-trained model into Huggingface's format:
161
 
162
  ```
163
+ python3 scripts/convert_bert_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_wwm_roberta_medium_seq512_model.bin-250000 \
164
  --output_model_path pytorch_model.bin \
165
  --layers_num 8 --type mlm
166
  ```