Fine-tuning job row with base model + dataset, a status indicator, and a tone-colored progress bar that flips emerald on success.
New here? Read the installation guide.
import { Ai32 } from "@/components/beste/piece/ai32";
<Ai32
base="llama-3-8b"
dataset="support_tickets"
status="running"
progress={62}
tone="violet"
/>Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.
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.