Manage Customization Configuration#
Use customization configurations to define the parameters for a customization job.
A customization configuration allows you to specify the target model you are customizing, along with training options, and their resources. This allows you to configure once, and re-use them for your Customization Jobs.
Administrators typically create customization configuration for your organization during the initial setup of the NeMo Microservices Platform. However, you can optionally create your own customization configurations via the API.
Task Guides#
Perform common customization config tasks.
Create a new customization configuration by specifying the target model, training options, and resource requirements via a POST API call.
Retrieve details for a specific customization configuration, including all parameters and settings, using the API.
View all available customization configurations in your environment, filter by model or training type, and review details to select the right config for your fine-tuning jobs.
Update an existing customization configuration to change its description, training parameters, or other settings using a PATCH API request.