Use of hugging face in azure

Malchu Chan 20 Reputation points
2023-09-27T23:14:45.01+00:00

My project is going on with both hugging face and azure. I want to know how I can import models from hugging face to azure directly. I am in US.

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

Accepted answer
  1. YutongTie-MSFT 52,596 Reputation points
    2023-09-27T23:48:04.5033333+00:00

    Hello @Malchu Chan

    Thanks for reaching out to us, the Hugging Face is already available in Azure machine learning, please see the blog as a reference -

    HuggingFace models in Azure Machine Learning

    https://techcommunity.microsoft.com/t5/ai-machine-learning-blog/deploying-hugging-face-hub-models-in-azure-machine-learning/ba-p/3826060

    Deploying Hugging Face models in AzureML is easy

    Log in to workspace in AzureML Studio, open the model catalog, and follow these simple steps:

    1. Open the Hugging Face registry in AzureML studio.
    2. Click on the Hugging Face collection.
    3. Filter by task or license and search the models.
    4. Click the model tile to open the model page and choose the real-time deployment option to deploy the model.
    5. Once deployed, the REST endpoint you can use to score the model is visible in the endpoints page.                                              

    While exploring models on the Hugging Face hub, you can also deploy a model to AzureML directly from its model page on the Hugging Face Hub by clicking “Deploy” and picking “AzureML” from the menu.

     

    Watch Jeff Boudier, Product Director at Hugging Face, introduce the experience:

    https://youtu.be/cjXYjN2mNVM

    I hope this helps, let me know if you have any questions.

    Regards,

    Yutong

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

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.