Skip to content

Commit 8102dff

Browse files
committed
update
1 parent 2be79dc commit 8102dff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ To learn more about how to interact with GPT-3.5 Turbo and the Chat Completions
5555
- `text-embedding-3-small`
5656
- `text-embedding-ada-002`
5757

58-
In testing, OpenAI reports both the large and small 3rd generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb)
58+
In testing, OpenAI reports both the large and small third generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb)
5959

60-
|Evaulation Benchmark| `text-embedding-ada-002` | `text-embedding-3-small` |`text-embedding-3-large` |
60+
|Evaluation Benchmark| `text-embedding-ada-002` | `text-embedding-3-small` |`text-embedding-3-large` |
6161
|---|---|---|---|
6262
| MIRACL average | 31.4 | 44.0 | 54.9 |
6363
| MTEB average | 61.0 | 62.3 | 64.6 |
6464

65-
The 3rd generation embeddings models support reducing the size of the embedding via a new `dimensions` parameter. Typically larger embeddings are more expensive from a compute, memory, and storage perspective. Being able to adjust the number of dimensions allows more control over overall cost and performance.
65+
The third generation embeddings models support reducing the size of the embedding via a new `dimensions` parameter. Typically larger embeddings are more expensive from a compute, memory, and storage perspective. Being able to adjust the number of dimensions allows more control over overall cost and performance.
6666

67-
OpenAI's MTEB benchmark testing found that even when the 3rd generation model's dimensions are reduced to less than `text-embeddings-ada-002` 1536 dimensions performance remains better.
67+
OpenAI's MTEB benchmark testing found that even when the third generation model's dimensions are reduced to less than `text-embeddings-ada-002` 1,536 dimensions performance remains slightly better.
6868

6969
## DALL-E (Preview)
7070

articles/ai-services/openai/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What's new in Azure OpenAI Service?
33
titleSuffix: Azure AI services
4-
description: Learn about the latest news and features updates for Azure OpenAI
4+
description: Learn about the latest news and features updates for Azure OpenAI.
55
manager: nitinme
66
author: mrbullwinkle
77
ms.author: mbullwin
@@ -24,12 +24,12 @@ This model has various improvements, including higher accuracy at responding in
2424

2525
For information on model regional availability and upgrades refer to the [models page](./concepts/models.md).
2626

27-
### 3rd generation embeddings models available
27+
### Third generation embeddings models available
2828

2929
- `text-embedding-3-large`
3030
- `text-embedding-3-small`
3131

32-
In testing, OpenAI reports both the large and small 3rd generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining better performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb) benchmark than the 2nd generation text-embedding-ada-002 model.
32+
In testing, OpenAI reports both the large and small third generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining better performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb) benchmark than the second generation text-embedding-ada-002 model.
3333

3434
For information on model regional availability and upgrades refer to the [models page](./concepts/models.md).
3535

0 commit comments

Comments
 (0)