mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
Smaller config for now, fixing a few requirements
This commit is contained in:
parent
256d77c232
commit
b915e7de00
@ -87,8 +87,8 @@ valid_data:
|
||||
|
||||
# Mostly pulled from https://github.com/QwenLM/Qwen2/blob/main/examples/sft/finetune.sh
|
||||
hparams:
|
||||
batch_size: 2
|
||||
eval_batch_size: 2
|
||||
batch_size: 1
|
||||
eval_batch_size: 1
|
||||
gradient_accumulation_steps: 4
|
||||
gradient_checkpointing: true
|
||||
clip_grad_norm: 1.0
|
||||
|
@ -24,7 +24,8 @@ dependencies = [
|
||||
"pypdf",
|
||||
"pymupdf",
|
||||
"pypdfium2",
|
||||
"lingua-language-detector"
|
||||
"lingua-language-detector",
|
||||
"Pillow",
|
||||
]
|
||||
license = {file = "LICENSE"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user