Fine-tune Run

Fine-tuning job row with base model + dataset, a status indicator, and a tone-colored progress bar that flips emerald on success.

llama-3-8b+support_tickets
running

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

Import & use
import { Ai32 } from "@/components/beste/piece/ai32";

<Ai32
  base="llama-3-8b"
  dataset="support_tickets"
  status="running"
  progress={62}
  tone="violet"
/>