Share via

Fine tune model catalog

Jason Heen 40 Reputation points
Sep 30, 2023, 8:04 PM

Hi there, i see there are a lot of good models have been added to azure machine learning portal. How can fine tune it? And next step, if I can use it in azure machine learning pipeline? Thank you for your input !

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,207 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,941 Reputation points
    Oct 1, 2023, 8:43 PM

    Hello @Jason Heen

    Thanks for reaching out to us, Sengupta's video is very helpful. Fine tune those fundamentals model is very easy, you can do it directly in Azure Machine Learning Studio, most of the models can be fine-tune, but some of them are already kind of fine-tuned models, they can not be fine-tuned.

    Like the Llama-2-7b model, this model is one of the fundamentals model which can be fine-tuned. You can click the fine-tune button and add more data you want to input.

    User's image

    User's image

    After you finish your fine-tuning, you can deploy it so that you can use it in your Azure Machine Learning project.

    I hope this helps.

    Regards,

    Yutong

    -Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. S.Sengupta 22,566 Reputation points MVP
    Oct 1, 2023, 1:35 AM

    Write a Python script that loads the pre-trained model, configures it for your specific task, and fine-tunes it on your dataset. You can use Azure Machine Learning's Python SDK to facilitate this process.

    I shall suggest you to go through this video:

    https://www.youtube.com/watch?v=IQrILl5B0kw

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.