-
Notifications
You must be signed in to change notification settings - Fork 3k
[Bug]: #5979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我测了一下没问题,以下是我的环境:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
软件环境
重复问题
错误描述
稳定复现步骤 & 代码
from pprint import pprint
from paddlenlp import Taskflow
import pandas as pd
schema = ['A level', 'B level', 'C level']
my_cls = Taskflow("zero_shot_text_classification", model="utc-mini", schema=schema)
result = my_cls(‘test’)
The text was updated successfully, but these errors were encountered: