mltest / index.html
max-lakera's picture
Update index.html
bbebd05
raw
history blame
1.67 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
The following robustness tests were enabled:
- kind: Brightness
- kind: CompressImage
- kind: Contrast
- kind: DarkSpots
- kind: GaussianBlur
- kind: GaussianNoise
- kind: Glare
- kind: GlassBlur
- kind: HorizontalFlip
- kind: MedianBlur
- kind: MotionBlur
- kind: OilSpots
- kind: Perspective
- kind: VerticalFlip
The full list of transforms supported by MLTest can be found in the <a href="https://docs.lakera.ai/configuration/robustness">documentation</a>.
</p>
<p>
<b>Fairness tests</b>: TODO
</p>
</div>
<iframe src="https://hf.lakera.ai/search"></iframe>
</div>
</body>
</html>