After the run completes, Maitai automatically executes a Validation Run to verify model accuracy and performance.Documentation Index
Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
Use this file to discover all available pages before exploring further.

Key Metrics
- Training vs. Validation Loss: Ensure the model is learning without over-fitting.
- Accuracy Improvement: Verify the model correctly predicts outputs in your validation set compared to the base model.
- Regression Check: Run your Test Set against the new weights to ensure general performance remains high and no regressions were introduced.
Next
- Deploy a successful run: Deployment
- Benchmark the candidate model on golden cases: Test Sets