我正在尝试在名为 Deepnote 的托管 Jupyter 笔记本平台中使用 huggingface 转换器库。我想通过管道类下载模型,但不幸的是 deepnote 不支持 IPyWidgets。有没有办法在使用变压器时禁用 IPywidgets?特别是以下命令。
classifier = pipeline("zero-shot-classification")
我收到的错误。
ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
注意:安装 IPyWidgets 不是一个选项