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
To enhance the quality of my labling experiments, I would like to use chain-of-thought prompting. I use the refuel-llm for my labling tasks (single-label and multi-label). As I can see, you implemented it already for Open AI models (https://github.com/refuel-ai/autolabel/blob/3cb45eb47983edf8cc287a7eb523ac1e957a3d5d/examples/civil_comments/example_civil_comments.ipynb)
Adding "chain_of_thought": True, to my config file causes an error and the labeling process fails.
"chain_of_thought": True,
Can you implement chain-of-thought-prompting for refuel-llm?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To enhance the quality of my labling experiments, I would like to use chain-of-thought prompting.
I use the refuel-llm for my labling tasks (single-label and multi-label).
As I can see, you implemented it already for Open AI models (https://github.com/refuel-ai/autolabel/blob/3cb45eb47983edf8cc287a7eb523ac1e957a3d5d/examples/civil_comments/example_civil_comments.ipynb)
Adding
"chain_of_thought": True,
to my config file causes an error and the labeling process fails.Can you implement chain-of-thought-prompting for refuel-llm?
Thank you in advance!
The text was updated successfully, but these errors were encountered: