Ai Fine Tune Job Card
A production-scale, light + dark Ai Fine Tune Job Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-fine-tune-job-cardLive preview available in the gallery.
Usage
import { AIFineTuneJobCard } from "@lerpa/ui";
<AIFineTuneJobCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| jobId | string | — | |
| baseModel | string | — | |
| datasetName | string | — | |
| epoch | number | — | |
| totalEpochs | number | — | |
| defaultLoss | number | — | |
| status | "queued" | "running" | "succeeded" | "failed" | — | |
| accent | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.