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/cognitive-services/openai/concepts/models.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
@@ -55,13 +55,13 @@ Another area where Davinci excels is in understanding the intent of text. Davinc
55
55
56
56
### Curie
57
57
58
-
Curie is extremely powerful, yet very fast. While Davinci is stronger when it comes to analyzing complicated text, Curie is quite capable for many nuanced tasks like sentiment classification and summarization. Curie is also good at answering questions and performing Q&A and as a general service chatbot.
58
+
Curie is powerful, yet fast. While Davinci is stronger when it comes to analyzing complicated text, Curie is capable for many nuanced tasks like sentiment classification and summarization. Curie is also good at answering questions and performing Q&A and as a general service chatbot.
59
59
60
60
**Use for**: Language translation, complex classification, text sentiment, summarization
61
61
62
62
### Babbage
63
63
64
-
Babbage can perform straightforward tasks like simple classification. It’s also quite capable when it comes to semantic search ranking how well documents match up with search queries.
64
+
Babbage can perform straightforward tasks like simple classification. It’s also capable when it comes to semantic search ranking how well documents match up with search queries.
@@ -78,7 +78,7 @@ Ada is usually the fastest model and can perform tasks like parsing text, addres
78
78
79
79
The Codex models are descendants of our base GPT-3 models that can understand and generate code. Their training data contains both natural language and billions of lines of public code from GitHub.
80
80
81
-
They’re most capable in Python and proficient in over a dozen languages including JavaScript, Go, Perl, PHP, Ruby, Swift, TypeScript, SQL, and even Shell.
81
+
They’re most capable in Python and proficient in over a dozen languages, including JavaScript, Go, Perl, PHP, Ruby, Swift, TypeScript, SQL, and even Shell.
82
82
83
83
Currently we only offer one Codex model: `code-cushman-001`.
84
84
@@ -90,7 +90,7 @@ Ada (1024 dimensions),
90
90
Babbage (2048 dimensions),
91
91
Curie (4096 dimensions),
92
92
Davinci (12,288 dimensions).
93
-
Davinci is the most capable, but is slower and more expensive than the other models. Ada is the least capable, but is significantly faster and cheaper.
93
+
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.
94
94
95
95
These embedding models are specifically created to be good at a particular task.
96
96
@@ -122,7 +122,7 @@ When using our embedding models, keep in mind their limitations and risks.
122
122
123
123
## Finding the right model
124
124
125
-
We recommend starting with our Davinci model since it will be the best way to understand what the service is capable of. After you have an idea of what you want to accomplish, you can either stay with Davinci if you’re not concerned about cost and speed or move onto Curie or another model and try to optimize around its capabilities.
125
+
We recommend starting with our Davinci model since it will be the best way to understand what the service is capable of. After you have an idea of what you want to accomplish, you can either stay with Davinci if you’re not concerned about cost and speed, or you can move onto Curie or another model and try to optimize around its capabilities.
0 commit comments