When to export a model
You’re ready to export your model when:- Evaluation results meet your predefined success criteria
- You’re ready to run inference locally or in the cloud
- You want to serve the model behind an API
- You plan to integrate the model into an external application or workflow
What gets exported
When you export a model from Oumi, the following artifacts are typically produced:- Model weights: the trained parameters resulting from fine-tuning
- Tokenizer and configuration files: required for correct input/output handling
- Model metadata: information about the training run and configuration
How to export a model
To export a model in Oumi:- Go to the Models page and click on the model name.
- On the model’s detail page, click on the `Export* button.
- Click
Continue Exportto download the file to your local computer.