Optimized program with code

This commit is contained in:
2025-12-27 19:59:14 -08:00
parent 71b7d59419
commit 1087651663
4 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ train_set, val_set, test_set = process_dataset()
optimizer = GEPA(
metric=metric,
auto="light",
auto="medium",
num_threads=32,
track_stats=True,
reflection_minibatch_size=3,
@@ -75,4 +75,4 @@ if __name__ == "__main__":
trainset=train_set,
valset=val_set,
)
optimized_program.push_to_hub("farouk1/text-to-cypher-gepa", tag="v1.0.2", commit_message="Optimized program with code")
optimized_program.push_to_hub("farouk1/text-to-cypher-gepa", tag="v1.0.4", commit_message="Optimized program with code")