Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_bart_seq512_dataset.pt \
|
|
64 |
Finally, we convert the pre-trained model into Huggingface's format:
|
65 |
|
66 |
```
|
67 |
-
python3 scripts/convert_bart_from_uer_to_huggingface.py --input_model_path cluecorpussmall_bart_base_seq512_model.bin-1000000 \
|
68 |
--output_model_path pytorch_model.bin \
|
69 |
--layers_num 6
|
70 |
```
|
|
|
64 |
Finally, we convert the pre-trained model into Huggingface's format:
|
65 |
|
66 |
```
|
67 |
+
python3 scripts/convert_bart_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_bart_base_seq512_model.bin-1000000 \
|
68 |
--output_model_path pytorch_model.bin \
|
69 |
--layers_num 6
|
70 |
```
|