-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Synthetic Data Generation v2 #545
Conversation
Thanks a lot for the suggestions and fixes!! |
…ation, teacher based output gen.
@krypticmouse would it be possible to add this to the vercel documnetation? Also what does refer to? [5] Example based input generation optimization |
Fix potential import bug in dspy.experimental module The code may contain a bug in the import statement within /dspy/experimental/init.py. The original import statement is: from module_graph import * This has been changed to: from .module_graph import * |
Usage:
[1] Features:
[2] Batched Generation(Faster):
[3] Feedback Driven Generation
[4] Tweakable LM for input and output gen and support for module based output generation
[5] Example based input generation optimization