Batch inference progress card with completed/failed counts and a stacked bar where the error segment shows in rose.
New here? Read the installation guide.
import { Ai44 } from "@/components/beste/piece/ai44";
<Ai44
id="batch_01HX9K2"
completed={820}
failed={4}
total={1000}
tone="violet"
/>Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.
Dataset summary with row count, total size, and a stacked train/val/test split bar. Tone controls the dataset icon tile and train segment.
Fine-tuning job row with base model + dataset, a status indicator, and a tone-colored progress bar that flips emerald on success.
Completion stop reason card where the icon tile color flips per reason (end_turn, stop_sequence, tool_use, max_tokens) and shows the token count.