Add Embedl banner to top of model card
Browse files
README.md
CHANGED
|
@@ -23,6 +23,34 @@ extra_gated_fields:
|
|
| 23 |
I agree to the Embedl Models Community Licence and upstream Mobilevit Small License: checkbox
|
| 24 |
I consent to being contacted by Embedl about products and services (optional): checkbox
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
# Embedl Mobilevit Small (Quantized for TensorRT)
|
| 28 |
|
|
|
|
| 23 |
I agree to the Embedl Models Community Licence and upstream Mobilevit Small License: checkbox
|
| 24 |
I consent to being contacted by Embedl about products and services (optional): checkbox
|
| 25 |
---
|
| 26 |
+
<!-- embedl-banner:start -->
|
| 27 |
+
<style>
|
| 28 |
+
.embedl-btn-primary { transition: background 160ms ease, box-shadow 160ms ease; }
|
| 29 |
+
.embedl-btn-primary:hover { background: #4FDCE4 !important; box-shadow: 0 8px 22px rgba(45,212,221,0.45) !important; }
|
| 30 |
+
.embedl-btn-secondary { transition: background 160ms ease; }
|
| 31 |
+
.embedl-btn-secondary:hover { background: rgba(45,212,221,0.15) !important; }
|
| 32 |
+
.embedl-headline { font-size: clamp(11px, 2.15vw, 15px) !important; }
|
| 33 |
+
.embedl-btn-primary, .embedl-btn-secondary {
|
| 34 |
+
font-size: clamp(11px, 1.65vw, 13px) !important;
|
| 35 |
+
padding: clamp(6px, 1.1vw, 9px) clamp(10px, 1.6vw, 14px) !important;
|
| 36 |
+
}
|
| 37 |
+
</style>
|
| 38 |
+
<div style="background:radial-gradient(600px 220px at 0% 50%,rgba(45,212,221,0.22) 0%,rgba(45,212,221,0) 60%),radial-gradient(400px 180px at 100% 100%,rgba(45,212,221,0.10) 0%,rgba(45,212,221,0) 55%),linear-gradient(135deg,#0B1626 0%,#142338 100%);border:1px solid rgba(45,212,221,0.28);border-radius:12px;padding:22px 24px;margin:0 0 24px 0;color:#F2F6FA;box-shadow:0 4px 16px rgba(11,22,38,0.18);overflow:hidden;box-sizing:border-box;max-width:100%;">
|
| 39 |
+
<table style="width:100%;border-collapse:collapse;border:0;background:transparent;">
|
| 40 |
+
<tr style="background:transparent;">
|
| 41 |
+
<td style="vertical-align:middle;border:0;padding:0;background:transparent;">
|
| 42 |
+
<div style="display:inline-block;font-size:10px;letter-spacing:0.08em;text-transform:uppercase;font-weight:700;color:#2DD4DD;background:rgba(45,212,221,0.15);border:1px solid rgba(45,212,221,0.35);padding:4px 10px;border-radius:999px;margin-bottom:10px;white-space:nowrap;">Optimized by Embedl</div>
|
| 43 |
+
<div class="embedl-headline" style="font-size:15px;font-weight:700;line-height:1.35;color:#F2F6FA;margin-bottom:4px;">Need to <span style="color:#2DD4DD;white-space:nowrap;">fine-tune</span>, hit <span style="color:#2DD4DD;white-space:nowrap;">performance targets</span>, or deploy on <span style="color:#2DD4DD;white-space:nowrap;">specific hardware</span>?</div>
|
| 44 |
+
<div style="font-size:13px;color:#9BA7B5;">We've got you covered.</div>
|
| 45 |
+
</td>
|
| 46 |
+
<td width="1%" style="vertical-align:middle;border:0;padding:0 0 0 18px;white-space:nowrap;text-align:right;background:transparent;">
|
| 47 |
+
<a href="https://www.embedl.com/models" class="embedl-btn-secondary" style="display:inline-block;font-size:13px;font-weight:600;padding:9px 14px;border-radius:6px;border:1px solid #2DD4DD;color:#2DD4DD;text-decoration:none;margin-right:8px;">Learn more</a>
|
| 48 |
+
<a href="https://www.embedl.com/contact" class="embedl-btn-primary" style="display:inline-block;font-size:13px;font-weight:600;padding:9px 14px;border-radius:6px;border:1px solid #2DD4DD;background:#2DD4DD;color:#0B1626;text-decoration:none;box-shadow:0 6px 18px rgba(45,212,221,0.28);">Get in touch →</a>
|
| 49 |
+
</td>
|
| 50 |
+
</tr>
|
| 51 |
+
</table>
|
| 52 |
+
</div>
|
| 53 |
+
<!-- embedl-banner:end -->
|
| 54 |
|
| 55 |
# Embedl Mobilevit Small (Quantized for TensorRT)
|
| 56 |
|