uer commited on
Commit
20570fb
1 Parent(s): 4ff6ab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_t5-v1_1_seq512_dataset.pt \
100
  Finally, we convert the pre-trained model into Huggingface's format:
101
 
102
  ```
103
- python3 scripts/convert_t5_from_uer_to_huggingface.py --input_model_path cluecorpussmall_t5_small_seq512_model.bin-250000 \
104
  --output_model_path pytorch_model.bin \
105
  --layers_num 8 \
106
  --type t5-v1_1
100
  Finally, we convert the pre-trained model into Huggingface's format:
101
 
102
  ```
103
+ python3 scripts/convert_t5_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_t5-v1_1_small_seq512_model.bin-250000 \
104
  --output_model_path pytorch_model.bin \
105
  --layers_num 8 \
106
  --type t5-v1_1