Skip to content

Commit 2565538

Browse files
authored
Merge pull request #109794 from adhazel/main
aprilHazel MSFT - Update Dim Count for Ada V2
2 parents 9843330 + 64145b5 commit 2565538

File tree

1 file changed

+7
-4
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,13 @@ Currently, we offer three families of Embeddings models for different functional
140140

141141
Each family includes models across a range of capability. The following list indicates the length of the numerical vector returned by the service, based on model capability:
142142

143-
- Ada: 1024 dimensions
144-
- Babbage: 2048 dimensions
145-
- Curie: 4096 dimensions
146-
- Davinci: 12288 dimensions
143+
| Base Model | Model(s) | Dimensions |
144+
|---|---|---|
145+
| Ada | models ending in -001 (Version 1) | 1024 |
146+
| Ada | text-embedding-ada-002 (Version 2) | 1536 |
147+
| Babbage | | 2048 |
148+
| Curie | | 4096 |
149+
| Davinci | | 12288 |
147150

148151
Davinci is the most capable, but is slower and more expensive than the other models. Ada is the least capable, but is both faster and cheaper.
149152

0 commit comments

Comments
 (0)