We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e3187 commit 1cce841Copy full SHA for 1cce841
1 file changed
retrieval_aug_predictors/models/demir_ensemble.py
@@ -19,7 +19,7 @@
19
"H@3": 1.0,
20
"H@10": 1.0,
21
"MRR": 0.951388888888889
22
-}(
+}
23
"""
24
25
import dspy
@@ -136,11 +136,6 @@ def _create_ensemble_predictors(self):
136
# Standard predictor
137
dspy.configure(lm=i)
138
predictors.append(MultiLabelLinkPredictor())
139
-
140
- # Diverse predictor (high temp)
141
- #dspy.configure(lm=self.lm_high_temp)
142
- #predictors.append(MultiLabelLinkPredictor())
143
144
return predictors
145
146
def _create_pattern_predictor(self):
0 commit comments