Project setup

This commit is contained in:
Jake Poznanski 2025-01-30 15:33:04 -08:00
parent cdd830235f
commit 72f4b9a590
2 changed files with 2 additions and 2 deletions

View File

@ -69,6 +69,8 @@ dev = [
"sphinx-autodoc-typehints==1.23.3",
"packaging",
"necessary",
"peft",
"datasets"
]

View File

@ -31,8 +31,6 @@ from olmocr.pipeline import (
)
from olmocr.prompts import PageResponse
MODEL_FINETUNED_PATH = (
"s3://ai2-oe-data/jakep/experiments/qwen2vl-pdf/v1/models/jakep/Qwen_Qwen2-VL-7B-Instruct-e4ecf8-01JAH8GMWHTJ376S2N7ETXRXH4/checkpoint-9500/bf16/"
)