Experiments
Learn how to create experiments with your fine-tuned model.
Getting Started with Experiments
Experiments are the way to prepare your fine-tuned model for testing, evaluation, and deployment.
Set Parameters
Each experiment has the following parameters:
-
Base Model ID: The foundation model that will be fine-tuned with your data. More powerful models generally result in better performance but will significantly increase processing time.
Click here to view the list of our available models.
-
Batch Size: Number of samples processed together in a single training step. Larger batch sizes can improve training quality but substantially increase memory usage and processing time. Smaller batches process faster but may require more epochs. Valid range: 1-8
-
Learning Rate Multiplier: Controls how quickly the model adapts to your training data. Higher values (closer to 1) can speed up training time but risk lower quality results. Lower values typically produce better models but require significantly longer processing time. Valid range: between 0 and 1
-
Number of Epochs: Number of complete passes through your training dataset. More epochs generally produce better results but linearly increase total processing time. Each additional epoch adds approximately the same amount of processing time. Valid range: 1-10
-
LoRA: Low-Rank Adaptation (LoRA) is a fine-tuning technique that updates fewer parameters. Enabling LoRA significantly reduces memory requirements and processing time while often maintaining comparable performance to full fine-tuning.
Experiment Results
Once you run your experiments, you can do the following:
- View the Training Loss Comparison Chart.
- The Training Loss Comparison Chart visualizes how the modelβs error decreases during training across different experiments. Lower loss values indicate better model performance. This chart helps you compare different parameter configurations to identify which settings produce the most effective fine-tuned models.
You can click on each experiment name to toggle if the experiment is hidden or shown.
- Click the βTest Modelβ button to test the Fine-tuned Model in the Playground
- Click the download button to download the Fine-tuned Model.
Next Steps
Now that you have a fine-tuned model, you can do the following: