Update README.md
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ python3 pretrain.py --dataset_path cluecorpussmall_t5_seq512_dataset.pt \
|
|
95 |
Finally, we convert the pre-trained model into Huggingface's format:
|
96 |
|
97 |
```
|
98 |
-
python3 scripts/convert_t5_from_uer_to_huggingface.py --input_model_path cluecorpussmall_t5_small_seq512_model.bin-250000 \
|
99 |
--output_model_path pytorch_model.bin \
|
100 |
--layers_num 6 \
|
101 |
--type t5
|
|
|
95 |
Finally, we convert the pre-trained model into Huggingface's format:
|
96 |
|
97 |
```
|
98 |
+
python3 scripts/convert_t5_from_uer_to_huggingface.py --input_model_path models/cluecorpussmall_t5_small_seq512_model.bin-250000 \
|
99 |
--output_model_path pytorch_model.bin \
|
100 |
--layers_num 6 \
|
101 |
--type t5
|