Training Progress

Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.

Epoch7/10
loss0.0421
step 1,280/2,00064%

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

Import & use
import { Ai29 } from "@/components/beste/piece/ai29";

<Ai29
  epoch={7}
  totalEpochs={10}
  step={1280}
  totalSteps={2000}
  loss={0.0421}
  tone="violet"
/>