Update README.md
Browse files
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
|
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
|