← back to model results
ground truth
Retro Sine Wave 〰
model outputs
Gemini 3 Flash Preview →
A 0.73T 0.26
Qwen3-VL-8B-Instruct →
A 0.70T 0.32
GPT-5.4 →
A 0.81T 0.24
Claude Sonnet 4.6 →
A 0.90T 0.17
LLaMA 4 Scout →
A 0.67T 0.33
1html,
2body {
3 height: 100%;
4}
5body {
6 background: #282433;
7 background-image: radial-gradient(circle at top right,#524969 ,#3a344b ,#241f33 );
8}
9canvas {
10 position: absolute;
11 top: 0;
12 right: 0;
13 bottom: 0;
14 left: 0;
15 margin: auto;
16 max-width: 100%;
17 height: auto;
18}