Skip to content

Commit 5b380af

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Add proper metadata for run.
1 parent a5f86ac commit 5b380af

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@
1313
print(answer.stdout)
1414

1515

16-
EXPERIMENT_ITERATION = "0002"
16+
EXPERIMENT_ITERATION = "0001"
17+
EXPERIMENT_NAME = "single-worker-1st-pass"
18+
DATA_SET_NAME = "WEB-Bible-Genesis-40-context-681-SPL"
1719

18-
N_TRIALS = 10
20+
21+
N_TRIALS = 50
1922

2023

2124
mlflow.set_tracking_uri(uri=f"http://127.0.0.1:{MLFLOW_PORT}")
2225

23-
mlflow.set_experiment(f"single-worker-1st-pass-tuning-{EXPERIMENT_ITERATION}-a")
26+
mlflow.set_experiment(f"{EXPERIMENT_NAME}-{DATA_SET_NAME}-{EXPERIMENT_ITERATION}-a")
2427

2528

2629

0 commit comments

Comments
 (0)