Dataset summary with row count, total size, and a stacked train/val/test split bar. Tone controls the dataset icon tile and train segment.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>