Magzimilian commited on
Commit
e93b39c
·
verified ·
1 Parent(s): b99f760

Add Embedl banner to top of model card

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -20,6 +20,34 @@ extra_gated_prompt: >-
20
  extra_gated_fields:
21
  Company: text
22
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  # Cosmos-Reason2-8B-W4A16-FlashHead
25
 
 
20
  extra_gated_fields:
21
  Company: text
22
  ---
23
+ <!-- embedl-banner:start -->
24
+ <style>
25
+ .embedl-btn-primary { transition: background 160ms ease, box-shadow 160ms ease; }
26
+ .embedl-btn-primary:hover { background: #4FDCE4 !important; box-shadow: 0 8px 22px rgba(45,212,221,0.45) !important; }
27
+ .embedl-btn-secondary { transition: background 160ms ease; }
28
+ .embedl-btn-secondary:hover { background: rgba(45,212,221,0.15) !important; }
29
+ .embedl-headline { font-size: clamp(11px, 2.15vw, 15px) !important; }
30
+ .embedl-btn-primary, .embedl-btn-secondary {
31
+ font-size: clamp(11px, 1.65vw, 13px) !important;
32
+ padding: clamp(6px, 1.1vw, 9px) clamp(10px, 1.6vw, 14px) !important;
33
+ }
34
+ </style>
35
+ <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%;">
36
+ <table style="width:100%;border-collapse:collapse;border:0;background:transparent;">
37
+ <tr style="background:transparent;">
38
+ <td style="vertical-align:middle;border:0;padding:0;background:transparent;">
39
+ <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>
40
+ <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>
41
+ <div style="font-size:13px;color:#9BA7B5;">We've got you covered.</div>
42
+ </td>
43
+ <td width="1%" style="vertical-align:middle;border:0;padding:0 0 0 18px;white-space:nowrap;text-align:right;background:transparent;">
44
+ <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>
45
+ <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>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ <!-- embedl-banner:end -->
51
 
52
  # Cosmos-Reason2-8B-W4A16-FlashHead
53