Bencharmk update

This commit is contained in:
Jake Poznanski 2025-06-12 20:47:58 +00:00
parent b1e064f8a6
commit 43c94fea58

View File

@ -153,9 +153,11 @@ experiment_spec = ExperimentSpec(
experiment = b.experiment.create(spec=experiment_spec, workspace="ai2/olmocr") experiment = b.experiment.create(spec=experiment_spec, workspace="ai2/olmocr")
print(f"Created benchmark experiment: {experiment.id}") print(f"Created benchmark experiment: {experiment.id}")
print(f"View at: https://beaker.org/ex/{experiment.id}") print(f"View at: https://beaker.org/ex/{experiment.id}")
print("-------")
print("")
# Second experiment: Performance test job # Second experiment: Performance test job
perf_pipeline_cmd = "python -m olmocr.pipeline ./localworkspace --markdown --pdfs s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/" perf_pipeline_cmd = "python -m olmocr.pipeline ./localworkspace --markdown --pdfs s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/*.pdf"
if model: if model:
perf_pipeline_cmd += f" --model {model}" perf_pipeline_cmd += f" --model {model}"