变形金刚-cli错误:需要以下参数:--model_type

时间:2020-05-16 05:31:46

标签: huggingface-transformers

我正在尝试使用transformers-cli将tf检查点转换为pytorch检查点

transformers-cli convert model_type bert --tf_checkpoint bio_bert_large_1000k.ckpt --config bert_config_bio_58k_large.json --pytorch_dump_output pytorch_model.bin

并收到以下错误

usage: transformers-cli <command> [<args>] convert [-h] --model_type
                                               MODEL_TYPE --tf_checkpoint
                                               TF_CHECKPOINT
                                               --pytorch_dump_output
                                               PYTORCH_DUMP_OUTPUT
                                               [--config CONFIG]
                                               [--finetuning_task_name FINETUNING_TASK_NAME]
transformers-cli <command> [<args>] convert: error: the following arguments are required: --model_type

我在做什么错了?

1 个答案:

答案 0 :(得分:2)

发现了错误。它应该是--model_type,而不是model_type