We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a34e21 commit cabe4cdCopy full SHA for cabe4cd
dspy/propose/dataset_summary_generator.py
@@ -11,7 +11,7 @@ class ObservationSummarizer(dspy.Signature):
11
12
class DatasetDescriptor(dspy.Signature):
13
("""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. """
+ """Some areas you may consider in your observations: topics, content, syntax, conciseness, etc. """
15
"""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""")
16
17
examples = dspy.InputField(desc="Sample data points from the dataset")
0 commit comments