Files
lynx-instruct-30b/assets/language_comparison.svg
ModelHub XC fd6872ac04 初始化项目,由ModelHub XC社区提供模型
Model: bineric/lynx-instruct-30b
Source: Original Platform
2026-05-02 00:09:18 +08:00

42 lines
1.6 KiB
XML

<svg width="600" height="350" xmlns="http://www.w3.org/2000/svg">
<style>
.title { font: bold 18px sans-serif; fill: #333; }
.label { font: 14px sans-serif; fill: #333; }
.value { font: bold 14px sans-serif; fill: #fff; }
.axis { font: 12px sans-serif; fill: #666; }
</style>
<!-- Background -->
<rect width="600" height="350" fill="#fafafa"/>
<!-- Title -->
<text x="300" y="35" text-anchor="middle" class="title">Overall Performance by Language</text>
<text x="300" y="55" text-anchor="middle" class="axis">(EuroEval Benchmark, March 2026)</text>
<!-- Bars -->
<!-- Danish: 79.3% -->
<rect x="80" y="90" width="396.5" height="50" fill="#2563eb" rx="4"/>
<text x="95" y="120" class="value">Danish</text>
<text x="460" y="120" class="label">79.3%</text>
<!-- Swedish: 76.9% -->
<rect x="80" y="155" width="384.5" height="50" fill="#3b82f6" rx="4"/>
<text x="95" y="185" class="value">Swedish</text>
<text x="448" y="185" class="label">76.9%</text>
<!-- Norwegian: 71.0% -->
<rect x="80" y="220" width="355" height="50" fill="#60a5fa" rx="4"/>
<text x="95" y="250" class="value">Norwegian</text>
<text x="420" y="250" class="label">71.0%</text>
<!-- Icelandic: 65.1% -->
<rect x="80" y="285" width="325.5" height="50" fill="#93c5fd" rx="4"/>
<text x="95" y="315" class="value">Icelandic</text>
<text x="390" y="315" class="label">65.1%</text>
<!-- Scale line -->
<line x1="80" y1="345" x2="580" y2="345" stroke="#ccc" stroke-width="1"/>
<text x="80" y="342" class="axis">0%</text>
<text x="330" y="342" class="axis">50%</text>
<text x="560" y="342" class="axis">100%</text>
</svg>