NeMo Studio Custom Models
Use Models > Fine-tune in the NeMo Studio workspace sidebar to open the Custom Models list, start Customizer jobs, and track their progress for the selected workspace.
Custom Models is enabled by default. An administrator can disable it by setting studio.feature_flags.customizer_enabled: false in the platform configuration and restarting Studio, which removes the Custom Models navigation entry and hides Customizer jobs from the general Jobs list.
For customization concepts, supported models, and the underlying CLI and API workflow, see Customization Concepts.
Start a Customization Job
Select Customize a Model from the Custom Models list, or open a base model’s details panel and select Customize this Model. Both open Fine-tune a Model, a single form with the following sections, shown as they apply to your selections:
Several sections include an advanced JSON field for power-user overrides — for example raw parallelism or backend-specific keyword arguments — alongside the structured form fields. Use these only when a setting isn’t exposed elsewhere in the form.
Select Start Fine-Tuning to create the job. Studio confirms with a toast and navigates to the new job’s detail page.
Model eligibility for fine-tuning depends on the selected base model; Customize this Model is disabled for models that have no fileset to fine-tune from.
Clone an Existing Job
From a job’s detail page, open the actions menu (⋯) and select Clone to open Fine-tune a Model pre-filled with that job’s settings. Adjust any fields before submitting to start a new job.
Custom Models List
The Custom Models list shows fine-tuned models created in the current workspace. Select a row to open the model details side panel, which includes Model Details and Chat Playground tabs, a Customize this Model action, an Evaluate this Model action, and a View Intake Traces link when intake is enabled.
Customization Job Details
Select a job to open its detail page, which shows the job name, status badge, and metadata such as training type, base model, and creation date.
The Overview tab’s training progress panel differs by training method:
Below the training panel, Run Configuration summarizes the customization ID, output model, base model, and other run metadata, with a View Job Configuration action that opens the full job spec.
From the detail page header, select Evaluate to start an evaluation against the resulting model once the job is launchable, or open the actions menu (⋯) for Clone and, while the job is active or pending, Cancel Job.