animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back to Such Spinners, Much Loading

model output

LLaMA 4 Scout

Such Spinners, Much Loading

A 0.78T 0.15
compare with ground truth →
1<!DOCTYPE html>
2<html>
3<head>
4<style>
5  body {
6    background-color: #FFFFFF;
7  }
8  .dot {
9    position: absolute;
10    top: 50%;
11    left: 50%;
12    transform: translate(-50%, -50%);
13    width: 10px;
14    height: 10px;
15    border-radius: 50%;
16    background-color: #000000;
17  }
18</style>
19</head>
20<body>
21  <div class="dot"></div>
22</body>
23</html>