Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dspy/propose/dataset_summary_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ObservationSummarizer(dspy.Signature):

class DatasetDescriptor(dspy.Signature):
("""Given several examples from a dataset please write observations about trends that hold for most or all of the samples. """
"""Some areas you may consider in your observations: topics, content, syntax, conciceness, etc. """
"""Some areas you may consider in your observations: topics, content, syntax, conciseness, etc. """
"""It will be useful to make an educated guess as to the nature of the task this dataset will enable. Don't be afraid to be creative""")

examples = dspy.InputField(desc="Sample data points from the dataset")
Expand Down