Skip to main content
Once your Composition is ready, you can define the execution parameters and kick off a Fine-tune Run.

Configuration Parameters

  • Base Model: Choose your starting point (e.g., mistral-7b, llama-3-8b).
  • Hyperparameters: Configure learning rate, batch size, and epochs to optimize training.

Monitoring

Maitai handles the underlying GPU infrastructure automatically. You can monitor the progress in real-time:
  • Training Logs: View detailed output from the training process.
  • Loss Curves: Track the training and validation loss to ensure the model is learning effectively.

Next