File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,11 @@ experiment_spec = ExperimentSpec(
153
153
experiment = b.experiment.create(spec=experiment_spec, workspace="ai2/olmocr")
154
154
print(f"Created benchmark experiment: {experiment.id}")
155
155
print(f"View at: https://beaker.org/ex/{experiment.id}")
156
+ print("-------")
157
+ print("")
156
158
157
159
# Second experiment: Performance test job
158
- perf_pipeline_cmd = "python -m olmocr.pipeline ./localworkspace --markdown --pdfs s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/"
160
+ perf_pipeline_cmd = "python -m olmocr.pipeline ./localworkspace --markdown --pdfs s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/*.pdf "
159
161
if model:
160
162
perf_pipeline_cmd += f" --model {model}"
161
163
You can’t perform that action at this time.
0 commit comments