Skip to content

Commit 8f67338

Browse files
authored
Update concept-model-catalog.md
1 parent fe21184 commit 8f67338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/concept-model-catalog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For information on Azure OpenAI models, refer to [Azure OpenAI Service](../ai-se
3434

3535
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.
3636

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.
3838
* **Compare:** Compare benchmarks across models and datasets available in the industry to assess which one meets your business scenario.
3939
* **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.
4040
* **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
122122

123123
### Finetune models through MaaS with Pay-as-you-go
124124

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.
126126

127127
### RAG with models deployed through MaaS
128128

129129
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).
130130

131131
### Regional availability of offers and models
132132

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).
134134

135135
Model | Offer availability region | Workspace Region for Deployment | Workspace Region for Finetuning
136136
--|--|--|--
@@ -147,6 +147,6 @@ Azure Machine Learning implements a default configuration of [Azure AI Content S
147147

148148
## Learn more
149149

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.
151151
* 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.
152152
* [Evaluate, finetune, and deploy models](./how-to-use-foundation-models.md) curated by Azure Machine Learning.

0 commit comments

Comments
 (0)