Skip to content

Commit 2938b3a

Browse files
Merge pull request #267584 from ssalgadodev/removeOpenAiModels
Remove open ai models
2 parents 0d21d94 + beb1d52 commit 2938b3a

File tree

4 files changed

+10
-151
lines changed

4 files changed

+10
-151
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@
380380
"redirect_url": "/azure/machine-learning/how-to-train-model",
381381
"redirect_document_id": false
382382
},
383+
{
384+
"source_path_from_root": "/articles/machine-learning/how-to-use-openai-models-in-azure-ml.md",
385+
"redirect_url": "/azure/ai-services/openai/how-to/fine-tuning",
386+
"redirect_document_id": false
387+
},
383388
{
384389
"source_path_from_root": "/articles/machine-learning/how-to-use-managed-identities.md",
385390
"redirect_url": "/azure/machine-learning/how-to-identity-based-service-authentication",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ ms.topic: conceptual
99
ms.author: timanghn
1010
author: tinaem
1111
ms.reviewer: ssalgado
12-
ms.date: 12/12/2023
12+
ms.date: 03/04/2024
1313
#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.
1414
---
1515

1616
# Model Catalog and Collections
1717

1818
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.
1919

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.
2121
* **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.
2323
* **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.
2424
* **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.
2525

@@ -35,7 +35,7 @@ The most popular open source third-party models curated by Azure Machine Learnin
3535
'Curated by Azure AI' and collections from partners such as Meta, NVIDIA, Mistral AI are all curated collections on the Catalog.
3636

3737
**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.
3939

4040
**Transformers models from the HuggingFace hub**:
4141
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
5454
Feature | Open source models curated by Azure Machine Learning | Transformers models from the HuggingFace hub
5555
--|--|--
5656
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
5858
Import models | Limited support for importing models using SDK or CLI | not available
5959

6060
## Compare attributes of collections

articles/machine-learning/how-to-use-openai-models-in-azure-ml.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

articles/machine-learning/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,6 @@
595595
href: how-to-use-foundation-models.md
596596
- name: Hugging Face Hub community partner models
597597
href: how-to-deploy-models-from-huggingface.md
598-
- name: How to use Azure OpenAI models
599-
href: how-to-use-openai-models-in-azure-ml.md
600598
- name: How to deploy Llama 2 family models
601599
href: how-to-deploy-models-llama.md
602600
- name: How to deploy Mistral family models

0 commit comments

Comments
 (0)