Update README.md
Browse files
README.md
CHANGED
@@ -139,7 +139,7 @@ Then, we extract fp32 consolidated weights from a zero 2 and 3 DeepSpeed checkpo
|
|
139 |
|
140 |
```
|
141 |
python3 models/cluecorpussmall_wwm_roberta_xlarge_seq512_model/zero_to_fp32.py models/cluecorpussmall_wwm_roberta_xlarge_seq512_model/ \
|
142 |
-
|
143 |
```
|
144 |
|
145 |
Finally, we convert the pre-trained model into Huggingface's format:
|
|
|
139 |
|
140 |
```
|
141 |
python3 models/cluecorpussmall_wwm_roberta_xlarge_seq512_model/zero_to_fp32.py models/cluecorpussmall_wwm_roberta_xlarge_seq512_model/ \
|
142 |
+
models/cluecorpussmall_wwm_roberta_xlarge_seq512_model.bin
|
143 |
```
|
144 |
|
145 |
Finally, we convert the pre-trained model into Huggingface's format:
|