uer commited on
Commit
4a42fd7
1 Parent(s): f7606a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ python3 pretrain.py --dataset_path lyric_dataset.pt \
57
  Finally, we convert the pre-trained model into Huggingface's format:
58
 
59
  ```
60
- python3 scripts/convert_gpt2_from_uer_to_huggingface.py --input_model_path lyric_gpt2_model.bin-100000 \
61
  --output_model_path pytorch_model.bin \
62
  --layers_num 12
63
  ```
57
  Finally, we convert the pre-trained model into Huggingface's format:
58
 
59
  ```
60
+ python3 scripts/convert_gpt2_from_uer_to_huggingface.py --input_model_path models/lyric_gpt2_model.bin-100000 \
61
  --output_model_path pytorch_model.bin \
62
  --layers_num 12
63
  ```