-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like to see?
Using training sets to guide the LLM we generate a prompt in the form of
User message:
[[ ## query ## ]]
Nitroglycerin
Assistant message:
[[ ## range_value ## ]]
glyceryl trinitrate
I need to send some negative prompts but I would like to conserve the same data structure approach with a collection of dspy.Example.
How can I express that?
should I add another field in Example but then they are mixed with good process?
should I hack something in module description but then force an explicit format like list bullets?
Should there be a Negative property in compile like negativeTrainset or a NegativeExample?
Thank you!
juharris
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request