Mind Lab Toolkit (MinT)
Use MinT

Start Training

After data processing, move on to the training module. MinT Enterprise offers panel-based training-job configuration and also lets you submit the same job via an SDK script. Every training job centers on LoRA fine-tuning.

Create a training job

On the training page, click "New Training" to enter the job-configuration flow.

Create a training job

Create a training job

Choose a Recipe

Choose the matching Recipe based on the type of data you have:

If you have this data…UseMinT call
Labeled prompt → responseSFTloss_fn="cross_entropy"
chosen / rejected preference pairsDPOforward_backward_custom + custom preference loss
reward / verifier / environment feedbackRL (GRPO)loss_fn="importance_sampling"

If you have both supervised data and a reward, we recommend doing SFT first and then RL.

Choose the training dataset

Pick the datasets to use for this training from your data resources. You can select multiple at once and configure the mixing ratio.

Choose the training dataset

Choose the training dataset

Configure training parameters

On the training-parameters page: rank (LoRA rank), number of epochs, learning rate, and batch size are the four most commonly used levers. Once you select a Recipe, the panel suggests default values (rank=32 / 5 epochs / lr=1e-4 / bs=8).

Start training and monitor

Click "Start Training" and wait for the job to finish. The console shows the loss curve, evaluation metrics, and resource usage in real time.

View usage and save a checkpoint

After training finishes, check this run's consumption on the usage page, and save the current model checkpoint for deployment or a later RL stage. Each checkpoint carries metadata (Recipe, data version, hyperparameters, eval scores) for easy traceability.

Next steps

Once the checkpoint is saved, go to LoRA Deployment & Checkpoints to learn about the two deployment forms — online mounting and merged deployment.

On this page