Skip to content

Commit cabe4cd

Browse files
authored
Fixed Spelling error in DatasetDescriptor (#8812)
1 parent 9a34e21 commit cabe4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/propose/dataset_summary_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ObservationSummarizer(dspy.Signature):
1111

1212
class DatasetDescriptor(dspy.Signature):
1313
("""Given several examples from a dataset please write observations about trends that hold for most or all of the samples. """
14-
"""Some areas you may consider in your observations: topics, content, syntax, conciceness, etc. """
14+
"""Some areas you may consider in your observations: topics, content, syntax, conciseness, etc. """
1515
"""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""")
1616

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

0 commit comments

Comments
 (0)