Classification system_prompt & multi-label capabilities #858
Unanswered
derekelewis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using OpenAI and generate.text() with a system prompt successfully; however, I do not see that there is a system_prompt argument for generate.choice(). Is there any way to pass a system prompt for a classification task? It looks like a prompt template may be the answer, but wanted to confirm this was the best approach. Also, can anyone confirm if generate.choice() will return multiple labels in the case of a multi-label classification task? The examples/recipes make reference to multi-label classification; however, each of the examples appears to only return a single label per example.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions