We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b406db commit 88bc606Copy full SHA for 88bc606
README.md
@@ -100,7 +100,7 @@ print(tf_outputs_sentence)
100
```bash
101
python convert_roformer_original_tf_checkpoint_to_pytorch.py \
102
--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 \
+ --bert_config_file=pretrained_models/chinese_roformer_base/config.json \
104
--pytorch_dump_path=pretrained_models/chinese_roformer_base/pytorch_model.bin
105
```
106
0 commit comments