Update README.md
Browse files
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 |
```
|