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 677f507 commit 06a1ecdCopy full SHA for 06a1ecd
testing/tasks/tweet_metric.py
@@ -39,7 +39,7 @@ def forward (self,question) :
39
context += self.retrieve(query).passages
40
return dspy.Prediction(context=context, answer=self.generate_answer(context = context , question = question).answer)
41
42
-# Define the signature for autoamtic assessments.
+# Define the signature for automatic assessments.
43
class Assess(dspy.Signature):
44
"""Assess the quality of a tweet along the specified dimension."""
45
@@ -145,4 +145,4 @@ def get_program(self):
145
146
def get_metric(self):
147
return self.metric
148
-
+
0 commit comments