Commit ·
25a1afa
1
Parent(s): 891e51e
Update index.html
Browse files- index.html +23 -2
index.html
CHANGED
|
@@ -8,8 +8,29 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
-
<
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
<iframe src="https://hf.lakera.ai/search"></iframe>
|
| 15 |
</div>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
+
<div>
|
| 12 |
+
<h1>MLTest</h1>
|
| 13 |
+
<p>
|
| 14 |
+
This is a demo of MLTest on the dataset
|
| 15 |
+
<a href="https://huggingface.co/datasets/marmal88/skin_cancer"><code>https://huggingface.co/datasets/marmal88/skin_cancer</code></a>.
|
| 16 |
+
</p>
|
| 17 |
+
<p>
|
| 18 |
+
The model has been trained on five models: two variants of Swin Transformers, ViT, ResNet, and BEiT. The test results for each model can
|
| 19 |
+
be inspected in the dashboard below.
|
| 20 |
+
</p>
|
| 21 |
+
<p>
|
| 22 |
+
<b>Performance tests</b>: TODO
|
| 23 |
+
</p>
|
| 24 |
+
<p>
|
| 25 |
+
<b>Failure clusters</b>: TODO
|
| 26 |
+
</p>
|
| 27 |
+
<p>
|
| 28 |
+
<b>Robustness</b>: TODO
|
| 29 |
+
</p>
|
| 30 |
+
<p>
|
| 31 |
+
<b>Fairness tests</b>: TODO
|
| 32 |
+
</p>
|
| 33 |
+
</div>
|
| 34 |
|
| 35 |
<iframe src="https://hf.lakera.ai/search"></iframe>
|
| 36 |
</div>
|