uer commited on
Commit
3504511
1 Parent(s): af53094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -181,7 +181,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_word_seq512_dataset.pt \
181
  Finally, we convert the pre-trained model into Huggingface's format:
182
 
183
  ```
184
- python3 scripts/convert_bert_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_word_roberta_medium_seq128_model.bin-250000 \
185
  --output_model_path pytorch_model.bin \
186
  --layers_num 8 --type mlm
187
  ```
181
  Finally, we convert the pre-trained model into Huggingface's format:
182
 
183
  ```
184
+ python3 scripts/convert_bert_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_word_roberta_medium_seq512_model.bin-250000 \
185
  --output_model_path pytorch_model.bin \
186
  --layers_num 8 --type mlm
187
  ```