Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai29 } from "@/components/beste/piece/ai29";
<Ai29
epoch={7}
totalEpochs={10}
step={1280}
totalSteps={2000}
loss={0.0421}
tone="violet"
/>