We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e316cfc commit ff58276Copy full SHA for ff58276
omni-reader/configs/ocr_config.yaml
@@ -7,8 +7,11 @@ input:
7
8
models:
9
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)
+ model1: "llama3.2-vision:11b" # First model for comparison
+ model2: "pixtral-12b-2409" # Second model for comparison
12
+ models:
13
+ - "llama3.2-vision:11b"
14
+ - "pixtral-12b-2409"
15
ground_truth_model: "gpt-4o-mini" # Model to use for ground truth when source is "openai"
16
17
ground_truth:
0 commit comments