tfrere HF Staff Cursor commited on
Commit
24d36da
·
1 Parent(s): 005af91

Social banner: also hide caret on the 4 thumb tiles + 393,216 bp on model cards

Browse files

- Hide .banner-cursor inside .sb-logo-stage--og so the share thumbnail
and the three model card covers export cleanly. data-static freezes
the helix; the caret is animated in CSS so it would freeze mid-blink
half the time in screenshots, leaving a random gap after the
wordmark. Live demo header keeps its cursor (editorial flourish, not
screenshotted).
- Set the three Carbon model card covers (500M / 3B / 8B) to the
actual 393,216 bp context window the checkpoints ship with, matching
the value in demo.html and llms.txt. Share thumb and main stage on
this page still read 49,152 (independent decision — flagged for
discussion).

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. social-banner.html +13 -3
social-banner.html CHANGED
@@ -154,6 +154,16 @@
154
  .social-banner-stage .banner-path,
155
  .sb-logo-stage--og .banner-path { font-size: clamp(10px, 2.2cqh, 13px); }
156
 
 
 
 
 
 
 
 
 
 
 
157
  /* Slightly stronger inset hairline replaces the bottom one we lose
158
  with the tabs gone — keeps the banner from looking unfinished.
159
  Only on the main stage: the OG tile already has a hairline coming
@@ -613,7 +623,7 @@
613
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
614
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
615
  <ul class="banner-specs" aria-label="Model specs">
616
- <li class="banner-spec"><strong>49,152</strong> bp context</li>
617
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
618
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
619
  </ul>
@@ -649,7 +659,7 @@
649
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
650
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
651
  <ul class="banner-specs" aria-label="Model specs">
652
- <li class="banner-spec"><strong>49,152</strong> bp context</li>
653
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
654
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
655
  </ul>
@@ -685,7 +695,7 @@
685
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
686
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
687
  <ul class="banner-specs" aria-label="Model specs">
688
- <li class="banner-spec"><strong>49,152</strong> bp context</li>
689
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
690
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
691
  </ul>
 
154
  .social-banner-stage .banner-path,
155
  .sb-logo-stage--og .banner-path { font-size: clamp(10px, 2.2cqh, 13px); }
156
 
157
+ /* Hide the blinking caret on the 4 thumbnail tiles (share thumb +
158
+ three model-card covers). The caret animates in CSS, so even with
159
+ data-static freezing the helix, the cursor would still blink on a
160
+ "static" composition — which is fine on the live demo header where
161
+ it reads as an editorial flourish, but distracting on a still
162
+ export where it freezes mid-blink half the time. Main stage at the
163
+ top of the page keeps it (since users won't be screenshotting that
164
+ one, it's the live preview reference). */
165
+ .sb-logo-stage--og .banner-cursor { display: none; }
166
+
167
  /* Slightly stronger inset hairline replaces the bottom one we lose
168
  with the tabs gone — keeps the banner from looking unfinished.
169
  Only on the main stage: the OG tile already has a hairline coming
 
623
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
624
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
625
  <ul class="banner-specs" aria-label="Model specs">
626
+ <li class="banner-spec"><strong>393,216</strong> bp context</li>
627
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
628
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
629
  </ul>
 
659
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
660
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
661
  <ul class="banner-specs" aria-label="Model specs">
662
+ <li class="banner-spec"><strong>393,216</strong> bp context</li>
663
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
664
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
665
  </ul>
 
695
  <h1 class="banner-wordmark"><span>CARBON</span><span class="banner-cursor" aria-hidden="true"></span></h1>
696
  <p class="banner-subtitle">Autoregressive Genomic Foundation Model</p>
697
  <ul class="banner-specs" aria-label="Model specs">
698
+ <li class="banner-spec"><strong>393,216</strong> bp context</li>
699
  <li class="banner-spec"><strong>6-mer</strong> tokenizer</li>
700
  <li class="banner-spec"><strong>1T</strong> train tokens</li>
701
  </ul>