Dataset Card

Dataset summary with row count, total size, and a stacked train/val/test split bar. Tone controls the dataset icon tile and train segment.

support_tickets48,200 rows · 120 MB
train 80%val 10%test 10%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai31 } from "@/components/beste/piece/ai31";

<Ai31
  name="support_tickets"
  rows={48200}
  size="120 MB"
  split={{
    "train": 80,
    "val": 10,
    "test": 10
  }}
  tone="violet"
/>