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