Fixing configs

This commit is contained in:
Jake Poznanski 2025-08-04 22:54:39 +00:00
parent c4de7dce80
commit 55f8ba0ac0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Project metadata
project_name: olmocr-qwen-vl-training
run_name: qwen2.5-vl-7b-olmocrv3_1epoch_prompt_first
run_name: qwen2.5-vl-7b-olmocrv3_1epoch_prompt_first_rotation
# Model configuration
model:

View File

@ -90,7 +90,7 @@ commands = [
"pip install transformers==4.52.4",
"pip install flash-attn==2.8.0.post2 --no-build-isolation",
"pip install s5cmd",
"s5cmd cp s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/preprocessed_v0_2_3/* /data/olmOCR-mix-0225/",
"s5cmd sync s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/preprocessed_v0_2_3/* /data/olmOCR-mix-0225/",
f"python -m olmocr.train.train --config {config}"
]