Skip to content

Commit b9e750f

Browse files
authored
Apply suggestions from code review
1 parent 9b39c70 commit b9e750f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/ai-studio/how-to/deploy-models-tsuzumi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1919
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
2020

2121
In this article, you learn about tsuzumi-7b models and how to use them.
22-
Tsuzumi is a lightweight large language designed to handle both Japanese and English with high efficiency.
22+
NTTDATA's tsuzumi model is a lightweight large language model designed to handle both Japanese and English with high efficiency.
2323

2424

2525

@@ -356,7 +356,7 @@ console.log("Model provider name: ", model_info.body.model_provider_name)
356356
```console
357357
Model name: tsuzumi-7b
358358
Model type: chat-completions
359-
Model provider name: NTT Data
359+
Model provider name: NTTDATA
360360
```
361361

362362
### Create a chat completion request
@@ -692,7 +692,7 @@ Console.WriteLine($"Model provider name: {modelInfo.Value.ModelProviderName}");
692692
```console
693693
Model name: tsuzumi-7b
694694
Model type: chat-completions
695-
Model provider name: NTT Data
695+
Model provider name: NTTDATA
696696
```
697697

698698
### Create a chat completion request
@@ -985,7 +985,7 @@ The response is as follows:
985985
{
986986
"model_name": "tsuzumi-7b",
987987
"model_type": "chat-completions",
988-
"model_provider_name": "NTT Data"
988+
"model_provider_name": "NTTDATA"
989989
}
990990
```
991991

@@ -1336,11 +1336,11 @@ For more examples of how to use Tsuzumi models, see the following examples and t
13361336
| LangChain | Python | [Link](https://aka.ms/meta-llama-3.1-405B-instruct-langchain) |
13371337
| LiteLLM | Python | [Link](https://aka.ms/meta-llama-3.1-405B-instruct-litellm) |
13381338

1339-
## Cost and quota considerations for Tsuzumi models deployed as serverless API endpoints
1339+
## Cost and quota considerations for tsuzumi models deployed as serverless API endpoints
13401340

13411341
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits aren't sufficient for your scenarios.
13421342
1343-
Tsuzumi models deployed as a serverless API are offered by NTT Data through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying the model.
1343+
tsuzumi models deployed as a serverless API are offered by NTTDATA through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying the model.
13441344
13451345
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference; however, multiple meters are available to track each scenario independently.
13461346

articles/ai-studio/how-to/fine-tune-models-tsuzumi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To fine-tune a tsuzumi-7b model:
124124

125125
1. Review your selections and proceed to train your model.
126126

127-
Once your model is fine-tuned, you can deploy the model and can use it in your own application, in the playground, or in prompt flow. For more information, see [How to deploy Tsuzumi large language models with Azure AI Studio](./deploy-models-tsuzumi.md).
127+
Once your model is fine-tuned, you can deploy the model and can use it in your own application, in the playground, or in prompt flow. For more information, see [How to deploy tsuzumi large language models with Azure AI Studio](./deploy-models-tsuzumi.md).
128128

129129

130130
## Cleaning up your fine-tuned models

articles/ai-studio/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ items:
150150
href: how-to/deploy-models-jamba.md
151151
- name: TimeGEN-1 model
152152
href: how-to/deploy-models-timegen-1.md
153-
- name: Tsuzumi model
153+
- name: NTTDATA tsuzumi model
154154
href: how-to/deploy-models-tsuzumi.md
155-
- name: Fine-tune Tsuzumi model
155+
- name: Fine-tune tsuzumi model
156156
href: how-to/fine-tune-models-tsuzumi.md
157157
- name: Deploy AI models
158158
items:

0 commit comments

Comments
 (0)