Skip to content

Commit 97301d3

Browse files
committed
Rename Phie experiment pipelines to be COT pipelines
1 parent c347ff3 commit 97301d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eureka_ml_insights/user_configs/arc_agi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def configure_pipeline(self, model_config=None, resume_from=None, resume_logdir=
230230
)
231231

232232

233-
class Phi_ARC_AGI_v1_PIPELINE(ARC_AGI_v1_PIPELINE):
233+
class COT_ARC_AGI_v1_PIPELINE(ARC_AGI_v1_PIPELINE):
234234
def configure_pipeline(self, model_config=None, resume_from=None, **kwargs):
235235
config = super().configure_pipeline(model_config=model_config, resume_from=resume_from)
236236
self.data_post_processing.data_reader_config.init_args["transform"] = SequenceTransform(
@@ -263,7 +263,7 @@ def configure_pipeline(
263263
return pipeline
264264

265265

266-
class Phi_ARC_AGI_v1_PIPELINE_5Run(ARC_AGI_v1_PIPELINE):
266+
class COT_ARC_AGI_v1_PIPELINE_5Run(ARC_AGI_v1_PIPELINE):
267267
"""This class specifies the config for running the GPQA benchmark 5 repeated times"""
268268

269269
def configure_pipeline(

0 commit comments

Comments
 (0)