Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.
New here? Read the installation guide.
import { Ai29 } from "@/components/beste/piece/ai29";
<Ai29
epoch={7}
totalEpochs={10}
step={1280}
totalSteps={2000}
loss={0.0421}
tone="violet"
/>Batch inference progress card with completed/failed counts and a stacked bar where the error segment shows in rose.
Dataset summary with row count, total size, and a stacked train/val/test split bar. Tone controls the dataset icon tile and train segment.
Summary card with a violet sparkle header, bullet list of key points, and a source attribution below.
Fine-tuning job row with base model + dataset, a status indicator, and a tone-colored progress bar that flips emerald on success.