HillZhang1999 / MuCGEC

MuCGEC中文纠错数据集及文本纠错SOTA模型开源;Code & Data for our NAACL 2022 Paper "MuCGEC: a Multi-Reference Multi-Source Evaluation Dataset for Chinese Grammatical Error Correction"
https://aclanthology.org/2022.naacl-main.227/
Apache License 2.0
509 stars 64 forks source link

不用modelscope怎么加载modelscope的模型 #56

Open reporter-law opened 1 year ago

reporter-law commented 1 year ago

2023.1.12 我们在阿里巴巴魔搭社区开源了两个最新的SOTA纠错模型(基于BART),分别面向通用领域法律领域,支持一键调用推理和Demo试玩,欢迎大家试用:通用领域,法律领域。

如何使用transformer加载该类模型?

HillZhang1999 commented 1 year ago

需要手动转换一下保存的权重,适配transformer的载入格式

reporter-law commented 1 year ago

需要手动转换一下保存的权重,适配transformer的载入格式

手动转换后的模型预测为乱码