Skip to content

Commit 88bc606

Browse files
authored
Update README.md
bert_config_file
1 parent 8b406db commit 88bc606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ print(tf_outputs_sentence)
100100
```bash
101101
python convert_roformer_original_tf_checkpoint_to_pytorch.py \
102102
--tf_checkpoint_path=xxxxxx/chinese_roformer_L-12_H-768_A-12/bert_model.ckpt \
103-
--roformer_config_file=pretrained_models/chinese_roformer_base/config.json \
103+
--bert_config_file=pretrained_models/chinese_roformer_base/config.json \
104104
--pytorch_dump_path=pretrained_models/chinese_roformer_base/pytorch_model.bin
105105
```
106106

0 commit comments

Comments
 (0)