初始化项目,由ModelHub XC社区提供模型
Model: bineric/lynx-instruct-30b Source: Original Platform
This commit is contained in:
42
assets/language_comparison.svg
Normal file
42
assets/language_comparison.svg
Normal file
@@ -0,0 +1,42 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
72
assets/quantization_comparison.svg
Normal file
72
assets/quantization_comparison.svg
Normal file
@@ -0,0 +1,72 @@
|
||||
<svg width="700" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
.title { font: bold 18px sans-serif; fill: #333; }
|
||||
.label { font: 12px sans-serif; fill: #333; }
|
||||
.value { font: 11px sans-serif; fill: #333; }
|
||||
.axis { font: 11px sans-serif; fill: #666; }
|
||||
.legend { font: 13px sans-serif; fill: #333; }
|
||||
</style>
|
||||
|
||||
<!-- Background -->
|
||||
<rect width="700" height="400" fill="#fafafa"/>
|
||||
|
||||
<!-- Title -->
|
||||
<text x="350" y="30" text-anchor="middle" class="title">8-bit vs 4-bit Quantization (Norwegian)</text>
|
||||
|
||||
<!-- Legend -->
|
||||
<rect x="480" y="50" width="16" height="16" fill="#3b82f6"/>
|
||||
<text x="502" y="63" class="legend">8-bit</text>
|
||||
<rect x="560" y="50" width="16" height="16" fill="#94a3b8"/>
|
||||
<text x="582" y="63" class="legend">4-bit</text>
|
||||
|
||||
<!-- Y-axis labels -->
|
||||
<text x="70" y="100" text-anchor="end" class="label">Sentiment</text>
|
||||
<text x="70" y="145" text-anchor="end" class="label">NER (nb)</text>
|
||||
<text x="70" y="190" text-anchor="end" class="label">NER (nn)</text>
|
||||
<text x="70" y="235" text-anchor="end" class="label">Reading</text>
|
||||
<text x="70" y="280" text-anchor="end" class="label">Summary</text>
|
||||
<text x="70" y="325" text-anchor="end" class="label">Common Sense</text>
|
||||
<text x="70" y="370" text-anchor="end" class="label">Ling. Accept.</text>
|
||||
|
||||
<!-- Bars - Sentiment -->
|
||||
<rect x="80" y="85" width="306" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="105" width="298.2" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="392" y="98" class="value">51.0%</text>
|
||||
<text x="384" y="118" class="value">49.7%</text>
|
||||
|
||||
<!-- Bars - NER nb -->
|
||||
<rect x="80" y="130" width="394.2" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="150" width="390.6" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="480" y="143" class="value">65.7%</text>
|
||||
<text x="476" y="163" class="value">65.1%</text>
|
||||
|
||||
<!-- Bars - NER nn -->
|
||||
<rect x="80" y="175" width="426" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="195" width="419.4" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="512" y="188" class="value">71.0%</text>
|
||||
<text x="505" y="208" class="value">69.9%</text>
|
||||
|
||||
<!-- Bars - Reading -->
|
||||
<rect x="80" y="220" width="367.2" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="240" width="353.4" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="453" y="233" class="value">61.2%</text>
|
||||
<text x="439" y="253" class="value">58.9%</text>
|
||||
|
||||
<!-- Bars - Summary -->
|
||||
<rect x="80" y="265" width="380.4" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="285" width="378.6" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="466" y="278" class="value">63.4%</text>
|
||||
<text x="464" y="298" class="value">63.1%</text>
|
||||
|
||||
<!-- Bars - Common Sense -->
|
||||
<rect x="80" y="310" width="415.8" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="330" width="411" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="501" y="323" class="value">69.3%</text>
|
||||
<text x="497" y="343" class="value">68.5%</text>
|
||||
|
||||
<!-- Bars - Linguistic Acceptability (biggest difference) -->
|
||||
<rect x="80" y="355" width="218.4" height="18" fill="#3b82f6" rx="2"/>
|
||||
<rect x="80" y="375" width="178.8" height="18" fill="#94a3b8" rx="2"/>
|
||||
<text x="304" y="368" class="value">36.4% (+6.6%)</text>
|
||||
<text x="264" y="388" class="value">29.8%</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
78
assets/task_performance.svg
Normal file
78
assets/task_performance.svg
Normal 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 |
Reference in New Issue
Block a user