This tutorial will take you through the steps to train & deploy your first specialized language model with Datawizz.

This tutorial assumes you already have a project set up on Datawizz with some logs saved which we will train the new model from.

Training a Model

To train a model, head to the models section of your project and click ”+ New Model”:

In the new model page, follow the on-screen instructions to configure the base model, training data and training parameters:

Once you create the model, the training process will start. You can monitor training progress and logs in the model page. Note that model training can take a few minutes to a few hours, depending on the size of the training configurations you use.

Model Deployment

Once the model is trained, you can deploy it on Datawizz to start testing it and using it in your applications. To deploy a model, click the “Deploy Model” button in the model page and select Datawizz Serveless as the provider:

Datawizz Serveless is a serverless platform that allows you to deploy and run your models without worrying about infrastructure. You can just start calling your model and pay per token without having to worry about scaling or managing servers.

Once the model is deployed, you can use it in an endpoint, or select it for manual comparison in the providers section of your project:

Datawizz also supports additional providers for model deployment. See the docs here: Model Deployment.