Models#

Use models in your customization jobs to create and store a custom model.

In NeMo Microservices Platform, there are two kinds of models:

  • Base models: Default models paired with customization configurations used as a starting point for fine-tuning.

  • Fine-tuned models: Models fine-tuned with a custom dataset.

Prerequisites#

Before you can create and manage models, make sure that you have:

  • Access to a NeMo Entity Store microservice to create and manage model entities.

  • Access to a NeMo Data Store microservice to upload models to a repository.

  • The Hugging Face Hub Client (HfApi) installed and configured.


Task Guides#

Get Model

Get a model.

Get Model
List Models

List models.

List Models
Update Model

Update a model.

Update Model
Delete Model

Delete a model.

Delete Model