uer commited on
Commit
3b26487
1 Parent(s): 21bcad2

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 ancient_chinese_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 ancient_chinese_gpt2_model.bin-500000 \
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/ancient_chinese_gpt2_model.bin-500000 \
61
  --output_model_path pytorch_model.bin \
62
  --layers_num 12
63
  ```