Skip to content

components ft_nlp_model_converter

github-actions[bot] edited this page Dec 23, 2023 · 39 revisions

Common Model Converter

ft_nlp_model_converter

Overview

Component to convert the finetune job output to pytorch and mlflow model

Version: 0.0.28

View in Studio: https://ml.azure.com/registries/azureml/components/ft_nlp_model_converter/version/0.0.28

Inputs

Name Description Type Default Optional Enum
model_path Pytorch model asset path. Pass the finetune job pytorch model output. uri_folder False
converted_model Exisiting converted MlFlow path. Pass the finetune job mlflow model output. mlflow_model True

Validation parameters

Name Description Type Default Optional Enum
system_properties Validation parameters propagated from pipeline. string True

Outputs

Name Description Type
output_dir output folder containing best finetuned model in mlflow format. mlflow_model

Environment

azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/37

Clone this wiki locally