Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ python3 pretrain.py --dataset_path poem_dataset.pt \
|
|
71 |
|
72 |
Finally, we convert the pre-trained model into Huggingface's format:
|
73 |
```
|
74 |
-
python3 scripts/convert_gpt2_from_uer_to_huggingface.py --input_model_path models/poem_gpt2_model.bin
|
75 |
--output_model_path pytorch_model.bin \
|
76 |
--layers_num 12
|
77 |
```
|
|
|
71 |
|
72 |
Finally, we convert the pre-trained model into Huggingface's format:
|
73 |
```
|
74 |
+
python3 scripts/convert_gpt2_from_uer_to_huggingface.py --input_model_path models/poem_gpt2_model.bin-200000 \
|
75 |
--output_model_path pytorch_model.bin \
|
76 |
--layers_num 12
|
77 |
```
|