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