You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/concepts/fine-tuning-overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,8 @@ There isn't a single right answer to this question, but you should have clearly
99
99
100
100
Now that you know when to leverage fine-tuning for your use-case, you can go to Azure AI Studio to find several models available to fine-tune including:
101
101
- Azure OpenAI models
102
-
- Llama 2 family models
103
-
- Llama 3.1 family of models
102
+
-Meta Llama 2 family models
103
+
-Meta Llama 3.1 family of models
104
104
105
105
106
106
### Azure OpenAI models
@@ -121,16 +121,16 @@ Please note for fine-tuning Azure OpenAI models, you must add a connection to an
121
121
122
122
### Llama 2 family models
123
123
The following Llama 2 family models are supported in Azure AI Studio for fine-tuning:
124
-
-`Llama-2-70b`
125
-
-`Llama-2-7b`
126
-
-`Llama-2-13b`
124
+
-`Meta-Llama-2-70b`
125
+
-`Meta-Llama-2-7b`
126
+
-`Meta-Llama-2-13b`
127
127
128
128
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
129
129
130
130
### Llama 3.1 family models
131
131
The following Llama 3.1 family models are supported in Azure AI Studio for fine-tuning:
132
-
-`Llama-3.1-70b`
133
-
-`Llama-3.1-7b`
132
+
-`Meta-Llama-3.1-70b-Instruct`
133
+
-`Meta-Llama-3.1-7b-Instruct`
134
134
135
135
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US 3.
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/fine-tune-model-llama.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to fine-tune Meta Llama models in Azure AI Studio.
5
5
manager: scottpolly
6
6
ms.service: azure-ai-studio
7
7
ms.topic: how-to
8
-
ms.date: 7/18/2024
8
+
ms.date: 7/23/2024
9
9
ms.reviewer: rasavage
10
10
reviewer: shubhirajMsft
11
11
ms.author: ssalgado
@@ -30,18 +30,18 @@ The [Meta Llama family of large language models (LLMs)](./deploy-models-llama.md
30
30
31
31
The following models are available in Azure Marketplace for Llama 3.1 when fine-tuning as a service with pay-as-you-go billing:
32
32
33
-
-`Llama-3.1-80B-Instruct` (preview)
34
-
-`LLama-3.1-8b-Instruct` (preview)
33
+
-`Meta-Llama-3.1-80B-Instruct` (preview)
34
+
-`Meta-LLama-3.1-8b-Instruct` (preview)
35
35
![IMPORTANT]
36
-
> At this time we can not do fine-tuning for Llama 3.1 with context length of 128K. The current context length is limited to 65k.
36
+
> At this time we are not able to do fine-tuning for Llama 3.1 with sequence length of 128K.
37
37
38
38
# [Meta Llama 2](#tab/llama-two)
39
39
40
40
The following models are available in Azure Marketplace for Llama 2 when fine-tuning as a service with pay-as-you-go billing:
41
41
42
-
-`Llama-2-70b` (preview)
43
-
-`Llama-2-13b` (preview)
44
-
-`Llama-2-7b` (preview)
42
+
-`Meta Llama-2-70b` (preview)
43
+
-`Meta Llama-2-13b` (preview)
44
+
-`Meta Llama-2-7b` (preview)
45
45
46
46
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
47
47
@@ -192,7 +192,7 @@ To fine-tune a LLama 3.1 model:
192
192
1. Select training data to fine-tune your model. See [data preparation](#data-preparation) for more information.
193
193
194
194
> [!NOTE]
195
-
> If the you has their training/validation files in a credential less datastore, they will need to allow workspace managed identity access to their datastore in order to proceed with MaaS finetuning with a credential less storage. That would be this setting on the "Datastore" page, after clicking "Update authentication" > Select the following option:
195
+
> If you have your training/validation files in a credential less datastore, you will need to allow workspace managed identity access to their datastore in order to proceed with MaaS finetuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
196
196
197
197

0 commit comments