finetuning Package
Contains custom model finetuning classes for AzureML SDK V2.
Classes
FineTuningTaskType |
Functions
create_finetuning_job
Note
This is an experimental method, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
create_finetuning_job(*, model: str, task: str, training_data: str, output_model_name_prefix: str, validation_data: str | None = None, hyperparameters: Dict[str, str] | None = None, compute: str | None = None, instance_types: List[str] | None = None, job_tier: str | None = None, **kwargs) -> CustomModelFineTuningJob
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python