初始化项目,由ModelHub XC社区提供模型

Model: bineric/lynx-instruct-30b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 00:09:18 +08:00
commit fd6872ac04
28 changed files with 171230 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
<svg width="750" height="450" xmlns="http://www.w3.org/2000/svg">
<style>
.title { font: bold 18px sans-serif; fill: #333; }
.label { font: 11px sans-serif; fill: #333; }
.value { font: 10px sans-serif; fill: #333; }
.axis { font: 11px sans-serif; fill: #666; }
.legend { font: 12px sans-serif; fill: #333; }
.grid { stroke: #e5e7eb; stroke-width: 1; }
</style>
<!-- Background -->
<rect width="750" height="450" fill="#fafafa"/>
<!-- Title -->
<text x="375" y="30" text-anchor="middle" class="title">Task Performance Across Nordic Languages</text>
<!-- Legend -->
<rect x="200" y="50" width="14" height="14" fill="#1e40af"/>
<text x="218" y="62" class="legend">Danish</text>
<rect x="300" y="50" width="14" height="14" fill="#3b82f6"/>
<text x="318" y="62" class="legend">Swedish</text>
<rect x="400" y="50" width="14" height="14" fill="#60a5fa"/>
<text x="418" y="62" class="legend">Norwegian</text>
<rect x="520" y="50" width="14" height="14" fill="#93c5fd"/>
<text x="538" y="62" class="legend">Icelandic</text>
<!-- Grid lines -->
<line x1="100" y1="100" x2="100" y2="400" class="grid"/>
<line x1="100" y1="400" x2="700" y2="400" class="grid"/>
<line x1="100" y1="325" x2="700" y2="325" class="grid" stroke-dasharray="4"/>
<line x1="100" y1="250" x2="700" y2="250" class="grid" stroke-dasharray="4"/>
<line x1="100" y1="175" x2="700" y2="175" class="grid" stroke-dasharray="4"/>
<line x1="100" y1="100" x2="700" y2="100" class="grid" stroke-dasharray="4"/>
<!-- Y-axis labels -->
<text x="95" y="405" text-anchor="end" class="axis">0%</text>
<text x="95" y="330" text-anchor="end" class="axis">25%</text>
<text x="95" y="255" text-anchor="end" class="axis">50%</text>
<text x="95" y="180" text-anchor="end" class="axis">75%</text>
<text x="95" y="105" text-anchor="end" class="axis">100%</text>
<!-- X-axis labels -->
<text x="160" y="420" text-anchor="middle" class="label">NER</text>
<text x="280" y="420" text-anchor="middle" class="label">Reading</text>
<text x="400" y="420" text-anchor="middle" class="label">Summary</text>
<text x="520" y="420" text-anchor="middle" class="label">Knowledge</text>
<text x="640" y="420" text-anchor="middle" class="label">Common Sense</text>
<!-- NER bars (DA:53.8, SV:65, NO:71, IS:63.6) -->
<rect x="125" y="238.4" width="18" height="161.6" fill="#1e40af"/>
<rect x="145" y="205" width="18" height="195" fill="#3b82f6"/>
<rect x="165" y="186" width="18" height="214" fill="#60a5fa"/>
<rect x="185" y="209.2" width="18" height="190.8" fill="#93c5fd"/>
<!-- Reading Comprehension (DA:72.2, SV:72.4, NO:61.2, IS:58.6) -->
<rect x="245" y="183.4" width="18" height="216.6" fill="#1e40af"/>
<rect x="265" y="182.8" width="18" height="217.2" fill="#3b82f6"/>
<rect x="285" y="216.4" width="18" height="183.6" fill="#60a5fa"/>
<rect x="305" y="224.2" width="18" height="175.8" fill="#93c5fd"/>
<!-- Summarization (DA:65.2, SV:65.9, NO:63.4, IS:65.1) -->
<rect x="365" y="204.4" width="18" height="195.6" fill="#1e40af"/>
<rect x="385" y="202.3" width="18" height="197.7" fill="#3b82f6"/>
<rect x="405" y="209.8" width="18" height="190.2" fill="#60a5fa"/>
<rect x="425" y="204.7" width="18" height="195.3" fill="#93c5fd"/>
<!-- Knowledge (DA:79.3, SV:53.9, NO:35.3, IS:28.2) -->
<rect x="485" y="161.9" width="18" height="238.1" fill="#1e40af"/>
<rect x="505" y="238.3" width="18" height="161.7" fill="#3b82f6"/>
<rect x="525" y="294.1" width="18" height="105.9" fill="#60a5fa"/>
<rect x="545" y="315.4" width="18" height="84.6" fill="#93c5fd"/>
<!-- Common Sense (DA:67.7, SV:58.3, NO:69.3, IS:9.7) -->
<rect x="605" y="196.9" width="18" height="203.1" fill="#1e40af"/>
<rect x="625" y="225.1" width="18" height="174.9" fill="#3b82f6"/>
<rect x="645" y="192.1" width="18" height="207.9" fill="#60a5fa"/>
<rect x="665" y="370.9" width="18" height="29.1" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB