mltest / index.html
max-lakera's picture
Update index.html
26242e7
raw
history blame
1.09 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div>
<h1>MLTest</h1>
<p>
This is a demo of MLTest on the dataset
<a href="https://huggingface.co/datasets/marmal88/skin_cancer"><code>marmal88/skin_cancer</code></a>.
</p>
<p>
The model has been trained on five models: two variants of Swin Transformers, ViT, ResNet, and BEiT. The test results for each model can
be inspected in the dashboard below.
</p>
<p>
<b>Performance tests</b>: TODO
</p>
<p>
<b>Failure clusters</b>: TODO
</p>
<p>
<b>Robustness</b>: TODO
</p>
<p>
<b>Fairness tests</b>: TODO
</p>
</div>
<iframe src="https://hf.lakera.ai/search"></iframe>
</div>
</body>
</html>