Skip to content

Commit 1d5c67a

Browse files
committed
More tweaks to improve Acrolinx score
1 parent bba13ed commit 1d5c67a

File tree

1 file changed

+5
-5
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Another area where Davinci excels is in understanding the intent of text. Davinc
5555

5656
### Curie
5757

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.
5959

6060
**Use for**: Language translation, complex classification, text sentiment, summarization
6161

6262
### Babbage
6363

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.
6565

6666
**Use for**: Moderate classification, semantic search classification
6767

@@ -78,7 +78,7 @@ Ada is usually the fastest model and can perform tasks like parsing text, addres
7878

7979
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.
8080

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.
8282

8383
Currently we only offer one Codex model: `code-cushman-001`.
8484

@@ -90,7 +90,7 @@ Ada (1024 dimensions),
9090
Babbage (2048 dimensions),
9191
Curie (4096 dimensions),
9292
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.
9494

9595
These embedding models are specifically created to be good at a particular task.
9696

@@ -122,7 +122,7 @@ When using our embedding models, keep in mind their limitations and risks.
122122

123123
## Finding the right model
124124

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.
126126

127127
## Next steps
128128

0 commit comments

Comments
 (0)