Skip to content

Commit 3492a93

Browse files
committed
Minor language & formatting updates
1 parent cc5bb3a commit 3492a93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Azure OpenAI's model names typically correspond to the following standard naming
4040
| --- | --- |
4141
| `{family}` | The model family of the model. For example, [GPT-3 models](#gpt-3-models) uses `text`, while [Codex models](#codex-models) use `code`.|
4242
| `{capability}` | The relative capability of the model. For example, GPT-3 models include `ada`, `babbage`, `curie`, and `davinci`.|
43-
| `{input-type}` | ([Embeddings models](#embeddings-models) only) The input type of the embedding supported by the model. For example, text search embedding models include `doc` and `query`.|
43+
| `{input-type}` | ([Embeddings models](#embeddings-models) only) The input type of the embedding supported by the model. For example, text search embedding models support `doc` and `query`.|
4444
| `{identifier}` | The version identifier of the model. |
4545

46-
For example, most powerful GPT-3 model is called `text-davinci-002`, while our most powerful Codex model is called `code-davinci-002`.
46+
For example, our most powerful GPT-3 model is called `text-davinci-002`, while our most powerful Codex model is called `code-davinci-002`.
4747

4848
> Older versions of the GPT-3 models are available, named `ada`, `babbage`, `curie`, and `davinci`. These older models do not follow the standard naming conventions, and they are primarily intended for fine tuning. For more information, see [Learn how to customize a model for your application](../how-to/fine-tuning.md).
4949

articles/cognitive-services/openai/how-to/fine-tuning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The Azure OpenAI Service lets you tailor our models to your personal datasets us
2424

2525
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
- Access granted to the service in the desired Azure subscription
27+
2728
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2829
- The following Python libraries: os, requests, json
2930
- An Azure OpenAI Service resource with a model deployed. If you don't have a resource/model the process is documented in our [resource deployment guide](../how-to/create-resource.md)

0 commit comments

Comments
 (0)