File size: 6,761 Bytes
e841d2f f4ae7ea 1e29e66 f4ae7ea 114752a f4ae7ea 1e29e66 f4ae7ea e841d2f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | /*
* Display names and first-party destinations for the initial MDPBench results.
* `name` is the evaluation identifier preserved in leaderboard.json; `label`
* is what readers see. Entries using a project page (rather than a versioned
* checkpoint) retain their exact evaluation identifier as the label.
*/
const MODEL_METADATA = {
"gemini-3-pro-preview": { label: "Gemini 3 Pro Preview" },
"kimi-k2.5": {
label: "Kimi K2.5",
links: [
{ label: "GitHub", url: "https://github.com/MoonshotAI/Kimi-K2.5" },
{ label: "Hugging Face", url: "https://huggingface.co/moonshotai/Kimi-K2.5" }
]
},
"Kimi-K3": {
label: "Kimi K3",
links: [
{ label: "GitHub", url: "https://github.com/MoonshotAI/Kimi-K3" },
{ label: "Hugging Face", url: "https://huggingface.co/moonshotai/Kimi-K3" }
]
},
"doubao-seed-2-0-pro-260215": { label: "Doubao-Seed-2.0-Pro (260215)" },
"claude-sonnet-4-6": { label: "Claude Sonnet 4.6" },
"gpt-5.2-2025-12-11": { label: "GPT-5.2 (2025-12-11)" },
"Qwen3-VL-8B-Instruct": {
label: "Qwen3-VL-8B-Instruct",
links: [
{ label: "GitHub", url: "https://github.com/QwenLM/Qwen3-VL" },
{ label: "Hugging Face", url: "https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct" }
]
},
"Qwen3.5-Instruct-9B": {
label: "Qwen3.5-9B",
links: [
{ label: "Hugging Face", url: "https://huggingface.co/Qwen/Qwen3.5-9B" }
]
},
"InternVL3_5-8B": {
label: "InternVL3_5-8B",
links: [
{ label: "GitHub", url: "https://github.com/OpenGVLab/InternVL" },
{ label: "Hugging Face", url: "https://huggingface.co/OpenGVLab/InternVL3_5-8B" }
]
},
"MonkeyOCRv2-B-Parsing": {
label: "MonkeyOCRv2-B-Parsing",
links: [
{ label: "GitHub", url: "https://github.com/Yuliang-Liu/MonkeyOCRv2" },
{ label: "Hugging Face", url: "https://huggingface.co/zenosai/MonkeyOCRv2-B-Parsing" }
]
},
"MonkeyOCRv2-S-Parsing": {
label: "MonkeyOCRv2-S-Parsing",
links: [
{ label: "GitHub", url: "https://github.com/Yuliang-Liu/MonkeyOCRv2" },
{ label: "Hugging Face", url: "https://huggingface.co/zenosai/MonkeyOCRv2-S-Parsing" }
]
},
"dots.mocr": {
label: "dots.mocr",
links: [
{ label: "GitHub", url: "https://github.com/rednote-hilab/dots.mocr" },
{ label: "Hugging Face", url: "https://huggingface.co/rednote-hilab/dots.mocr" }
]
},
"chandra-ocr-2": {
label: "Chandra OCR 2",
links: [
{ label: "GitHub", url: "https://github.com/datalab-to/chandra" },
{ label: "Hugging Face", url: "https://huggingface.co/datalab-to/chandra-ocr-2" }
]
},
"PaddleOCR-VL-1.5": {
label: "PaddleOCR-VL-1.5",
links: [
{ label: "GitHub", url: "https://github.com/PaddlePaddle/PaddleOCR" },
{ label: "Hugging Face", url: "https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.5" }
]
},
"Mistral-OCR-4.0": { label: "Mistral OCR 4.0" },
"HunyuanOCR-1.5": {
label: "HunyuanOCR-1.5",
links: [
{ label: "GitHub", url: "https://github.com/Tencent-Hunyuan/HunyuanOCR" },
{ label: "Hugging Face", url: "https://huggingface.co/tencent/HunyuanOCR" }
]
},
"dots.ocr": {
label: "dots.ocr",
links: [
{ label: "GitHub", url: "https://github.com/rednote-hilab/dots.ocr" },
{ label: "Hugging Face", url: "https://huggingface.co/rednote-hilab/dots.ocr" }
]
},
"PaddleOCR-VL-1.6": {
label: "PaddleOCR-VL-1.6",
links: [
{ label: "GitHub", url: "https://github.com/PaddlePaddle/PaddleOCR" },
{ label: "Hugging Face", url: "https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6" }
]
},
"MinerU-2.5-Pro-1.2B": {
label: "MinerU2.5-Pro-1.2B",
links: [
{ label: "GitHub", url: "https://github.com/opendatalab/MinerU" },
{ label: "Hugging Face", url: "https://huggingface.co/opendatalab/MinerU2.5-Pro-2605-1.2B" }
]
},
"olmOCR2": {
label: "olmOCR 2",
links: [
{ label: "GitHub", url: "https://github.com/allenai/olmocr" },
{ label: "Hugging Face", url: "https://huggingface.co/allenai/olmOCR-2-7B-1025" }
]
},
"PaddleOCR-VL": {
label: "PaddleOCR-VL-0.9B",
links: [
{ label: "GitHub", url: "https://github.com/PaddlePaddle/PaddleOCR" },
{ label: "Hugging Face", url: "https://huggingface.co/PaddlePaddle/PaddleOCR-VL" }
]
},
"HunyuanOCR": { label: "HunyuanOCR" },
"GLM-OCR": {
label: "GLM-OCR",
links: [
{ label: "GitHub", url: "https://github.com/zai-org/GLM-OCR" },
{ label: "Hugging Face", url: "https://huggingface.co/zai-org/GLM-OCR" }
]
},
"MonkeyOCRv1.5": {
label: "MonkeyOCR v1.5",
links: [{ label: "GitHub", url: "https://github.com/Yuliang-Liu/MonkeyOCR" }]
},
"Nanonets-OCR2-3B": {
label: "Nanonets-OCR2-3B",
links: [
{ label: "GitHub", url: "https://github.com/NanoNets/Nanonets-OCR2" },
{ label: "Hugging Face", url: "https://huggingface.co/nanonets/Nanonets-OCR2-3B" }
]
},
"LightOnOCR-2-1B": {
label: "LightOnOCR-2-1B",
links: [{ label: "Hugging Face", url: "https://huggingface.co/lightonai/LightOnOCR-2-1B" }]
},
"Nanonets-OCR-s": {
label: "Nanonets-OCR-s",
links: [
{ label: "GitHub", url: "https://github.com/NanoNets/Nanonets-OCR2" },
{ label: "Hugging Face", url: "https://huggingface.co/nanonets/Nanonets-OCR-s" }
]
},
"FalconOCR": {
label: "Falcon-OCR",
links: [
{ label: "GitHub", url: "https://github.com/tiiuae/Falcon-Perception" },
{ label: "Hugging Face", url: "https://huggingface.co/tiiuae/Falcon-OCR" }
]
},
"Unlimited-OCR": {
label: "Unlimited-OCR",
links: [
{ label: "GitHub", url: "https://github.com/baidu/Unlimited-OCR" },
{ label: "Hugging Face", url: "https://huggingface.co/baidu/Unlimited-OCR" }
]
},
"MonkeyOCR-pro-3B": {
label: "MonkeyOCR-pro-3B",
links: [
{ label: "GitHub", url: "https://github.com/Yuliang-Liu/MonkeyOCR" },
{ label: "Hugging Face", url: "https://huggingface.co/echo840/MonkeyOCR-pro-3B" }
]
},
"DeepSeek-OCR": {
label: "DeepSeek-OCR",
links: [
{ label: "GitHub", url: "https://github.com/deepseek-ai/DeepSeek-OCR" },
{ label: "Hugging Face", url: "https://huggingface.co/deepseek-ai/DeepSeek-OCR" }
]
},
"MinerU-2.5-VLM": {
label: "MinerU2.5-VLM",
links: [{ label: "GitHub", url: "https://github.com/opendatalab/MinerU" }]
},
"PP-StructureV3": {
label: "PP-StructureV3",
links: [{ label: "GitHub", url: "https://github.com/PaddlePaddle/PaddleOCR" }]
},
"MinerU-2.5-pipeline": {
label: "MinerU2.5-pipeline",
links: [{ label: "GitHub", url: "https://github.com/opendatalab/MinerU" }]
}
};
|