fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

在下载数据时报错 #425

Open xiaoye-hhh opened 1 year ago

xiaoye-hhh commented 1 year ago

下载数据集时报错

运行下面代码:

from fastNLP.io import WeiboNERPipe
data_bundle = WeiboNERPipe().process_from_file()

抛出异常: File is not a zip file

image

系统是Ubuntu20.04

x54-729 commented 1 year ago

您好,请问方便提供一下conda list里列出的 fastNLP 版本吗?