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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ ms.topic: conceptual
9
9
ms.author: timanghn
10
10
author: tinaem
11
11
ms.reviewer: ssalgado
12
-
ms.date: 12/12/2023
12
+
ms.date: 03/04/2024
13
13
#Customer intent: As a data scientist, I want to learn about machine learning foundation models and how to integrate popular models into azure machine learning.
14
14
---
15
15
16
16
# Model Catalog and Collections
17
17
18
18
The Model Catalog in Azure Machine Learning studio is the hub for a wide-variety of third-party open source as well as Microsoft developed foundation models pre-trained for various language, speech and vision use-cases. You can evaluate, customize and deploy these models with the native capabilities to build and operationalize open-source foundation Models at scale to easily integrate these pretrained models into your applications with enterprise-grade security and data governance.
19
19
20
-
***Discover:** Review model descriptions, try sample inference and browse code samples to evaluate, finetune or deploy the model.
20
+
***Discover:** Review model descriptions, try sample inference and browse code samples to evaluate, fine-tune, or deploy the model.
21
21
***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.
22
-
***Fine tune:** Customize these models using your own training data. Built-in optimizations that speed up finetuning and reduce the memory and compute needed for fine tuning. Apply the experimentation and tracking capabilities of Azure Machine Learning to organize your training jobs and find the model best suited for your needs.
22
+
***Fine tune:** Customize these models using your own training data. Built-in optimizations that speed up fine-tuning and reduce the memory and compute needed for fine tuning. Apply the experimentation and tracking capabilities of Azure Machine Learning to organize your training jobs and find the model best suited for your needs.
23
23
***Deploy:** Deploy pre-trained Foundation Models or fine-tuned models seamlessly to online endpoints for real time inference or batch endpoints for processing large inference datasets in job mode. Apply industry-leading machine learning operationalization capabilities in Azure Machine Learning.
24
24
***Import:** Open source models are released frequently. You can always use the latest models in Azure Machine Learning by importing models similar to ones in the catalog. For example, you can import models for supported tasks that use the same libraries.
25
25
@@ -35,7 +35,7 @@ The most popular open source third-party models curated by Azure Machine Learnin
35
35
'Curated by Azure AI' and collections from partners such as Meta, NVIDIA, Mistral AI are all curated collections on the Catalog.
36
36
37
37
**Azure OpenAI models, exclusively available on Azure**:
38
-
Fine-tune and deploy Azure OpenAI models via the 'Azure Open AI' collection in the Model Catalog.
38
+
Deploy Azure OpenAI models via the 'Azure Open AI' collection in the Model Catalog.
39
39
40
40
**Transformers models from the HuggingFace hub**:
41
41
Thousands of models from the HuggingFace hub are accessible via the 'Hugging Face' collection for real time inference with online endpoints.
@@ -54,7 +54,7 @@ Thousands of models from the HuggingFace hub are accessible via the 'Hugging Fac
54
54
Feature | Open source models curated by Azure Machine Learning | Transformers models from the HuggingFace hub
55
55
--|--|--
56
56
Inference | Online and batch inference | Online inference
57
-
Evaluation and fine-tuning | Evaluate and fine tune with UI wizards, SDK or CLI | not available
57
+
Evaluation and fine-tuning | Evaluate and fine tune with the UI, SDK or CLI | not available
58
58
Import models | Limited support for importing models using SDK or CLI | not available
0 commit comments