We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was using 3b model and i was framing the model as following:
Definition: Find the topic of the given text among this topic list: topic1,topic2
Postive example 1 Input Output: topic1 Explanation: .....because of that result is topic1 ....
When i ran the model, the model will output a topic that is not in the list in the definition or in the outputs of any example inputs.
What can we do to avoid this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was using 3b model and i was framing the model as following:
Definition: Find the topic of the given text among this topic list: topic1,topic2
Postive example 1
Input
Output: topic1
Explanation: .....because of that result is topic1
....
When i ran the model, the model will output a topic that is not in the list in the definition or in the outputs of any example inputs.
What can we do to avoid this?
The text was updated successfully, but these errors were encountered: