Packages

Model evaluation harness for standardized benchmarking with semantic similarity, exact match, and custom metrics.

Current section

Files

Jump to
eval_ex assets eval_ex.svg
Raw

assets/eval_ex.svg

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 460" width="400" height="460">
<defs>
<!-- Gradients -->
<linearGradient id="hexGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366F1;stop-opacity:1" />
<stop offset="50%" style="stop-color:#3B82F6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0F172A;stop-opacity:1" />
</linearGradient>
<linearGradient id="checkGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#60A5FA;stop-opacity:1" />
<stop offset="100%" style="stop-color:#93C5FD;stop-opacity:1" />
</linearGradient>
<linearGradient id="barGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#818CF8;stop-opacity:1" />
<stop offset="100%" style="stop-color:#C7D2FE;stop-opacity:1" />
</linearGradient>
<!-- Shadow filter -->
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
<feOffset dx="2" dy="2" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.3"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Glow filter -->
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Main hexagon background -->
<path d="M 200,20 L 350,110 L 350,290 L 200,380 L 50,290 L 50,110 Z"
fill="url(#hexGrad)"
stroke="#6366F1"
stroke-width="3"
filter="url(#shadow)"/>
<!-- Inner hexagon border -->
<path d="M 200,35 L 335,118 L 335,282 L 200,365 L 65,282 L 65,118 Z"
fill="none"
stroke="#818CF8"
stroke-width="1.5"
opacity="0.5"/>
</svg>