Skip to content

Commit f342eb9

Browse files
authored
rm dash from universal 3 pro (#601)
1 parent d3f73fa commit f342eb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

fern/pages/01-getting-started/universal-3-pro.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: "Introducing Universal-3 Pro"
3-
subtitle: "Learn how to transcribe pre-recorded audio using Universal-3-Pro."
3+
subtitle: "Learn how to transcribe pre-recorded audio using Universal-3 Pro."
44
hide-nav-links: true
5-
description: "Learn how to transcribe pre-recorded audio using Universal-3-Pro."
5+
description: "Learn how to transcribe pre-recorded audio using Universal-3 Pro."
66
---
77

88
import { AudioPlayer } from "../../assets/components/AudioPlayer";
99

1010
## Overview
1111

12-
Universal-3-Pro is our most powerful Voice AI model yet, designed to capture the "hard stuff" that traditional ASR models struggle with.
12+
Universal-3 Pro is our most powerful Voice AI model yet, designed to capture the "hard stuff" that traditional ASR models struggle with.
1313

14-
**Key Universal-3-Pro Capabilities:**
14+
**Key Universal-3 Pro Capabilities:**
1515

1616
- **Keyterm Prompting:** Improve recognition of domain-specific terminology, rare words, and proper nouns
1717
- **Prompting:** Guide transcription style, formatting, and output characteristics
@@ -32,7 +32,7 @@ The model out of the box outperforms all ASR models on the market on accuracy, e
3232

3333
## Quick start
3434

35-
This example shows how you can transcribe a pre-recorded audio file with our Universal-3-Pro model and print the transcript text to your terminal.
35+
This example shows how you can transcribe a pre-recorded audio file with our Universal-3 Pro model and print the transcript text to your terminal.
3636

3737
<Tabs groupId="language">
3838
<Tab language="python" title="Python" default>
@@ -116,7 +116,7 @@ while (true) {
116116

117117
<Note title="Language support">
118118

119-
Universal-3-Pro supports English, Spanish, Portuguese, French, German, and Italian. To access all 99 languages, use `"speech_models": ["universal-3-pro", "universal-2"]` as shown in the code example. [Read more here.](#99-languages-coverage)
119+
Universal-3 Pro supports English, Spanish, Portuguese, French, German, and Italian. To access all 99 languages, use `"speech_models": ["universal-3-pro", "universal-2"]` as shown in the code example. [Read more here.](#99-languages-coverage)
120120

121121
</Note>
122122

@@ -227,7 +227,7 @@ while (true) {
227227

228228
## Prompting
229229

230-
Universal-3-Pro delivers great accuracy out of the box. To fine-tune transcription results to your use case, provide a prompt with up to 1,500 words of context in plain language. This helps the model consistently recognize domain-specific terminology, apply your preferred formatting conventions, handle code switching between languages, and better interpret ambiguous speech.
230+
Universal-3 Pro delivers great accuracy out of the box. To fine-tune transcription results to your use case, provide a prompt with up to 1,500 words of context in plain language. This helps the model consistently recognize domain-specific terminology, apply your preferred formatting conventions, handle code switching between languages, and better interpret ambiguous speech.
231231

232232
### Verbatim transcription and disfluencies
233233

@@ -1364,4 +1364,4 @@ Model routing behavior: The system attempts to use the models in priority order
13641364

13651365
## Best practices for prompt engineering
13661366

1367-
Check out [this guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompt-engineering) to learn even more about how to craft effective prompts for Universal-3-Pro speech transcription, which includes an [AI prompt generator tool](https://www.assemblyai.com/docs/pre-recorded-audio/prompt-engineering#prompt-generator).
1367+
Check out [this guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompt-engineering) to learn even more about how to craft effective prompts for Universal-3 Pro speech transcription, which includes an [AI prompt generator tool](https://www.assemblyai.com/docs/pre-recorded-audio/prompt-engineering#prompt-generator).

0 commit comments

Comments
 (0)