uer commited on
Commit
bfdf3f9
1 Parent(s): 8c47596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -130,7 +130,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_albert_seq512_dataset.pt \
130
  Finally, we convert the pre-trained model into Huggingface's format:
131
 
132
  ```
133
- python3 scripts/convert_albert_from_uer_to_huggingface.py --input_model_path cluecorpussmall_albert_base_seq512_model.bin-250000 \
134
  --output_model_path pytorch_model.bin
135
  ```
136
 
 
130
  Finally, we convert the pre-trained model into Huggingface's format:
131
 
132
  ```
133
+ python3 scripts/convert_albert_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_albert_base_seq512_model.bin-1000000 \
134
  --output_model_path pytorch_model.bin
135
  ```
136