Skip to content

Commit ff58276

Browse files
author
marwan37
committed
update ocr_config.yaml to integrate new changes
1 parent e316cfc commit ff58276

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

omni-reader/configs/ocr_config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ input:
77

88
models:
99
custom_prompt: null # Optional custom prompt to use for both models
10-
model1: "ollama/gemma3:27b" # First model for comparison (default: Gemma 3)
11-
model2: "pixtral-12b-2409" # Second model for comparison (default: Mistral)
10+
model1: "llama3.2-vision:11b" # First model for comparison
11+
model2: "pixtral-12b-2409" # Second model for comparison
12+
models:
13+
- "llama3.2-vision:11b"
14+
- "pixtral-12b-2409"
1215
ground_truth_model: "gpt-4o-mini" # Model to use for ground truth when source is "openai"
1316

1417
ground_truth:

0 commit comments

Comments
 (0)