uer commited on
Commit
6335c88
1 Parent(s): 2aaa081

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 -200000 \
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
  ```