mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-10 07:30:08 +00:00
Fixing configs
This commit is contained in:
parent
c4de7dce80
commit
55f8ba0ac0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Project metadata
|
# Project metadata
|
||||||
project_name: olmocr-qwen-vl-training
|
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 configuration
|
||||||
model:
|
model:
|
||||||
|
|||||||
@ -90,7 +90,7 @@ commands = [
|
|||||||
"pip install transformers==4.52.4",
|
"pip install transformers==4.52.4",
|
||||||
"pip install flash-attn==2.8.0.post2 --no-build-isolation",
|
"pip install flash-attn==2.8.0.post2 --no-build-isolation",
|
||||||
"pip install s5cmd",
|
"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}"
|
f"python -m olmocr.train.train --config {config}"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user