Upload folder using huggingface_hub
Browse files- index.html +4 -2
index.html
CHANGED
|
@@ -279,7 +279,7 @@
|
|
| 279 |
/* ---------- Overview prose / figures / EFPI ---------- */
|
| 280 |
.prose {
|
| 281 |
font-family: var(--serif); font-size: 0.95rem; color: var(--text);
|
| 282 |
-
|
| 283 |
}
|
| 284 |
.prose a { color: var(--teal-text); text-decoration: none; }
|
| 285 |
.prose a:hover { color: var(--navy); text-decoration: underline; }
|
|
@@ -565,7 +565,9 @@
|
|
| 565 |
Ranked by COCO val2017 mAP@0.5-0.95 as measured on each platform by the
|
| 566 |
<a href="https://doc.edgefirst.ai/latest/profiler/" target="_blank" rel="noopener" style="color:var(--teal-text)">EdgeFirst Profiler</a>.
|
| 567 |
Each entry links to its public validation session on EdgeFirst Studio.
|
| 568 |
-
|
|
|
|
|
|
|
| 569 |
</p>
|
| 570 |
</div>
|
| 571 |
</section>
|
|
|
|
| 279 |
/* ---------- Overview prose / figures / EFPI ---------- */
|
| 280 |
.prose {
|
| 281 |
font-family: var(--serif); font-size: 0.95rem; color: var(--text);
|
| 282 |
+
margin-bottom: 0.6rem;
|
| 283 |
}
|
| 284 |
.prose a { color: var(--teal-text); text-decoration: none; }
|
| 285 |
.prose a:hover { color: var(--navy); text-decoration: underline; }
|
|
|
|
| 565 |
Ranked by COCO val2017 mAP@0.5-0.95 as measured on each platform by the
|
| 566 |
<a href="https://doc.edgefirst.ai/latest/profiler/" target="_blank" rel="noopener" style="color:var(--teal-text)">EdgeFirst Profiler</a>.
|
| 567 |
Each entry links to its public validation session on EdgeFirst Studio.
|
| 568 |
+
</p>
|
| 569 |
+
<p style="font-family:var(--serif);color:var(--text-muted);font-size:0.85rem;margin-top:0.5rem">
|
| 570 |
+
⚠ Model accuracy on this platform is below our expectations — we are investigating the results to make improvements.
|
| 571 |
</p>
|
| 572 |
</div>
|
| 573 |
</section>
|