根据官方文档( https://modelscope.cn/docs/%E6%A8%A1%E5%9E%8B%E7%9A%84%E5%AF%BC%E5%87%BA#%E5%AF%BC%E5%87%BA%E4%B8%BAONNX%E6%A0%BC%E5%BC%8F ) 导出onnx格式的时候报错: output_files = Exporter.from_model(model).export_onnx( output_dir='/tmp') 2023-02-01 15:37:15,944 - modelscope - WARNING - ('EXPORTERS', 'named-entity-recognition', 'transformer-crf') not found in ast index file
KeyError: 'transformer-crf is not in the exporters registry group named-entity-recognition. Please make sure the correct version of ModelScope library is used.'