BGDSW

Results 3 comments of BGDSW

我在使用这个推理的时候,遇到了ValueError: unknown url type: 'adaseq-0.6.6-py3-none-any.whl.metadata' 请问这个是怎么回事呢 from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks p = pipeline(Tasks.named_entity_recognition, '/data3/huyan/liheng/tmp/AdaSeq/AdaSeq/experiments/eBay/231125005305.028950/output_best') result = p('Nike Reax TR Mesh Herren Sneaker low Turnschuhe Sportschuhe Freizeitschuhe')...

我使用的是U-raner,最后生成了一个output_best文件夹,具体文件如下 ![image](https://github.com/modelscope/modelscope/assets/96375661/d8dcfbe3-6e94-4a20-ad50-35ad01db053f) 当时训练时使用的配置文件为 experiment: exp_dir: experiments/ exp_name: eBay seed: 42 task: named-entity-recognition dataset: data_file: train: '/data3/huyan/liheng/tmp/AdaSeq/AdaSeq/dataset/eBay_4/train.txt' valid: '/data3/huyan/liheng/tmp/AdaSeq/AdaSeq/dataset/eBay_4/valid.txt' test: '/data3/huyan/liheng/tmp/AdaSeq/AdaSeq/dataset/eBay_4/test.txt' data_type: conll preprocessor: type: sequence-labeling-preprocessor max_length: 1024 chunk_size: 256 chunk_num:...

发现是adaseq的问题,训练结束后生成的配置文件不匹配