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/machine-learning/concept-model-catalog.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ For information on Azure OpenAI models, refer to [Azure OpenAI Service](../ai-se
34
34
35
35
For models **Curated by Azure AI** and **Open models from the Hugging Face hub**, some of these can be deployed as Real-time endpoints and some of these are available to be deployed using Pay-as-you-go billing (Models as a Service). These models can be discovered, compared, evaluated, finetuned (when supported) and deployed at scale and integrated into your Generative AI applications with enterprise-grade security and data governance.
36
36
37
-
***Discover:** Review model cards, try sample inference and browse code samples to evaluate, fine-tune, or deploy the model.
37
+
***Discover:** Review model cards, try sample inference and browse code samples to evaluate, finetune, or deploy the model.
38
38
***Compare:** Compare benchmarks across models and datasets available in the industry to assess which one meets your business scenario.
39
39
***Evaluate:** Evaluate if the model is suited for your specific workload by providing your own test data. Evaluation metrics make it easy to visualize how well the selected model performed in your scenario.
40
40
***Finetune:** Customize finetunable models using your own training data and pick the best model by comparing metrics across all your finetuning jobs. Built-in optimizations speed up finetuning and reduce the memory and compute needed for finetuning.
@@ -122,15 +122,15 @@ Deploying a model through MaaS allows users to get access to ready to use infere
122
122
123
123
### Finetune models through MaaS with Pay-as-you-go
124
124
125
-
For models that are available through MaaS and support fine-tuning, users can take advantage of hosted finetuning with pay-as-you-go billing to tailor the models using data they provide. For more information, see [finetune a Llama 2 model](../ai-studio/how-to/fine-tune-model-llama.md) in Azure AI Studio.
125
+
For models that are available through MaaS and support finetuning, users can take advantage of hosted finetuning with pay-as-you-go billing to tailor the models using data they provide. For more information, see [finetune a Llama 2 model](../ai-studio/how-to/fine-tune-model-llama.md) in Azure AI Studio.
126
126
127
127
### RAG with models deployed through MaaS
128
128
129
129
Azure AI Studio enables users to make use of Vector Indexes and Retrieval Augmented Generation. Models that can be deployed via MaaS can be used to generate embeddings and inferencing based on custom data to generate answers specific to their use case. For more information, see [Retrieval augmented generation and indexes](concept-retrieval-augmented-generation.md).
130
130
131
131
### Regional availability of offers and models
132
132
133
-
Pay-as-you-go deployment is available only to users whose Azure subscription belongs to a billing account in a country where the model provider has made the offer available (see “offer availability region” in the table in the next section). If the offer is available in the relevant region, the user then must have a Workspace in the Azure region where the model is available for deployment or fine-tuning, as applicable (see “Workspace region” columns in the table below).
133
+
Pay-as-you-go deployment is available only to users whose Azure subscription belongs to a billing account in a country where the model provider has made the offer available (see “offer availability region” in the table in the next section). If the offer is available in the relevant region, the user then must have a Workspace in the Azure region where the model is available for deployment or finetuning, as applicable (see “Workspace region” columns in the table below).
134
134
135
135
Model | Offer availability region | Workspace Region for Deployment | Workspace Region for Finetuning
136
136
--|--|--|--
@@ -147,6 +147,6 @@ Azure Machine Learning implements a default configuration of [Azure AI Content S
147
147
148
148
## Learn more
149
149
150
-
* Learn [how to use foundation Models in Azure Machine Learning](./how-to-use-foundation-models.md) for fine-tuning, evaluation, and deployment using Azure Machine Learning studio UI or code based methods.
150
+
* Learn [how to use foundation Models in Azure Machine Learning](./how-to-use-foundation-models.md) for finetuning, evaluation, and deployment using Azure Machine Learning studio UI or code based methods.
151
151
* Explore the [Model Catalog in Azure Machine Learning studio](https://ml.azure.com/model/catalog). You need an [Azure Machine Learning workspace](./quickstart-create-resources.md) to explore the catalog.
152
152
*[Evaluate, finetune, and deploy models](./how-to-use-foundation-models.md) curated by Azure Machine Learning.
0 commit comments