How to deploy Llama 3.1 in AzureML job using transformers
matsuo_basho
30
Reputation points
I run pipeline jobs programatically using AzureML. Is there a way to finetune the Llama 3.1 models? I see this tutorial, but I'm not interested in just a deployment. I need to finetune.
I know I can go the route of authenticating with HuggingFace from within my script detailed here, but I don't want to give Meta my contact info, birthdate, etc to use llama.
I also see an option to deploy the model from the Model Catalog. This includes finetuning, but it's for text generation. I have a more complex finetuning task - masked language model followed by a sequence-to-sequence task.
Sign in to answer