thibaud frere commited on
Commit
5cb0a27
·
1 Parent(s): a76e825

add click to see more on the accordion and fix banner image hover

Browse files
app/src/content/article.mdx CHANGED
@@ -67,7 +67,7 @@ Projects like The Cauldron, LLaVa and Cambrian aim to provide such datasets, but
67
  We manually collect **over 180** image-text datasets from the recent literature and create new subsets in lacking domains.
68
 
69
  <Wide>
70
- <Accordion size="big" title="FineVision Subsets">
71
  |Subset Name |Total Images|Total Samples|Total Turns|Total Question Tokens|Total Answer Tokens|Category |Source |
72
  |--------------------------------------|------------|-------------|-----------|---------------------|-------------------|----------------------|------- |
73
  |coco_colors |118,287 |118,287 |118,287 |1,301,157 |6,376,672 |Captioning & Knowledge|[@noauthor_hazal-karakusmscoco-controlnet] |
 
67
  We manually collect **over 180** image-text datasets from the recent literature and create new subsets in lacking domains.
68
 
69
  <Wide>
70
+ <Accordion size="big" title="FineVision Subsets - click to see more">
71
  |Subset Name |Total Images|Total Samples|Total Turns|Total Question Tokens|Total Answer Tokens|Category |Source |
72
  |--------------------------------------|------------|-------------|-----------|---------------------|-------------------|----------------------|------- |
73
  |coco_colors |118,287 |118,287 |118,287 |1,301,157 |6,376,672 |Captioning & Knowledge|[@noauthor_hazal-karakusmscoco-controlnet] |
app/src/content/embeds/banner.html CHANGED
@@ -272,7 +272,7 @@
272
 
273
  tipInner.innerHTML =
274
  `<div style="display:flex; gap:10px; align-items:flex-start;">` +
275
- `<img src="${imgSrc}" alt="thumb ${d.original_id}" style="width:120px;height:120px;object-fit:cover;flex:0 0 auto;border-radius:6px;border:1px solid var(--border-color);" />` +
276
  `<div style="min-width:140px; max-width:200px;">` +
277
  `<div><strong>${d.category || 'Unknown'}</strong></div>` +
278
  `<div style="word-wrap:break-word; line-height:1.3; margin:4px 0;"><strong>Q:</strong> ${userText}</div>` +
 
272
 
273
  tipInner.innerHTML =
274
  `<div style="display:flex; gap:10px; align-items:flex-start;">` +
275
+ `<img src="${imgSrc}" alt="thumb ${d.original_id}" style="width:120px;height:120px;object-fit:contain;flex:0 0 auto;border-radius:6px;border:1px solid var(--border-color);background:var(--surface-bg);" />` +
276
  `<div style="min-width:140px; max-width:200px;">` +
277
  `<div><strong>${d.category || 'Unknown'}</strong></div>` +
278
  `<div style="word-wrap:break-word; line-height:1.3; margin:4px 0;"><strong>Q:</strong> ${userText}</div>` +