Create Fine-Tuning Job
mistral_create_fine_tuning_jobStart a fine-tuning job by providing a base model and training file IDs. Use it to customize Mistral models for your specific tasks.
Instructions
Create a new fine-tuning job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Base model to fine-tune | |
| suffix | No | Model name suffix | |
| dry_run | No | Validate only | |
| auto_start | No | Auto start | |
| integrations | No | Integrations | |
| training_files | Yes | Training file IDs | |
| hyperparameters | No | Hyperparameters | |
| validation_files | No | Validation file IDs |