GeorgyG commited on
Commit
b96cd83
·
verified ·
1 Parent(s): c5b0872

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -114,6 +114,29 @@ Each line in `metadata.jsonl` contains one JSON object:
114
 
115
  ---
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  ## 💻 Usage Example
118
 
119
  ```python
 
114
 
115
  ---
116
 
117
+ ## Leaderboard
118
+
119
+ | Model | Overall | img→text | img→markdown | Grounding | KIE (JSON) | VQA |
120
+ |-------|---------|----------|--------------|-----------|------------|-----|
121
+ | **Gemini-2.5-pro** | **0.682** | 0.836 | 0.745 | 0.084 | 0.891 | 0.853 |
122
+ | **Gemini-2.5-flash** | **0.644** | 0.796 | 0.683 | 0.067 | 0.841 | 0.833 |
123
+ | **gpt-4.1-mini** | **0.643** | 0.866 | 0.724 | 0.091 | 0.750 | 0.782 |
124
+ | **Claude-4.5-Sonnet** | **0.639** | 0.723 | 0.676 | 0.377 | 0.728 | 0.692 |
125
+ | **Cotype VL (32B 8 bit)** | **0.639** | 0.797 | 0.756 | 0.262 | 0.694 | 0.685 |
126
+ | gpt-5-mini | 0.632 | 0.797 | 0.678 | 0.126 | 0.784 | 0.776 |
127
+ | Qwen2.5-VL-72B | 0.631 | 0.848 | 0.712 | 0.220 | 0.644 | 0.732 |
128
+ | gpt-5-mini (responses) | 0.594 | 0.743 | 0.567 | 0.118 | 0.811 | 0.731 |
129
+ | Qwen3-VL-30B-A3B | 0.589 | 0.802 | 0.688 | 0.053 | 0.661 | 0.743 |
130
+ | gpt-4.1 | 0.587 | 0.709 | 0.693 | 0.086 | 0.662 | 0.784 |
131
+ | Qwen3-VL-30B-A3B-FP8 | 0.583 | 0.798 | 0.683 | 0.056 | 0.638 | 0.740 |
132
+ | Qwen2.5-VL-32B | 0.577 | 0.767 | 0.649 | 0.232 | 0.493 | 0.743 |
133
+ | gpt-5 (responses) | 0.573 | 0.746 | 0.650 | 0.080 | 0.687 | 0.704 |
134
+ | Qwen2.5-VL-7B | 0.549 | 0.779 | 0.704 | 0.185 | 0.426 | 0.651 |
135
+ | gpt-4.1-nano | 0.503 | 0.676 | 0.672 | 0.028 | 0.567 | 0.573 |
136
+ | gpt-5-nano | 0.503 | 0.487 | 0.583 | 0.091 | 0.661 | 0.693 |
137
+ | Qwen2.5-VL-3B | 0.402 | 0.613 | 0.654 | 0.045 | 0.203 | 0.494 |
138
+
139
+
140
  ## 💻 Usage Example
141
 
142
  ```python