Improving Transcript Accuracy
For optimal transcription accuracy, we recommend using our slam-1
model, which offers superior performance and fine-tuning capabilities. Here’s how to get the best results:
Using Slam-1 (Recommended)
Fine-tuning with keyterms_prompt
Improve transcription accuracy by leveraging Slam-1’s contextual understanding capabilities by prompting the model with certain words or phrases that are likely to appear frequently in your audio file.
Rather than simply increasing the likelihood of detecting specific words, Slam-1’s multi-modal architecture actually understands the semantic meaning and context of the terminology you provide, enhancing transcription quality not just of the exact terms you specify, but also related terminology, variations, and contextually similar phrases.
Provide up to 1000 domain-specific words or phrases (maximum 6 words per phrase) that may appear in your audio using the optional keyterms_prompt
parameter:
This parameter is only supported when the speech_model
is set to "slam-1"
.
Python
Typescript
Keyword count limits
While we support up to 1000 key words and phrases, actual capacity may be lower due to internal tokenization and implementation constraints. Key points to remember:
- Each word in a multi-word phrase counts towards the 1000 keyword limit
- Capitalization affects capacity (uppercase tokens consume more than lowercase)
- Longer words consume more capacity than shorter words
For optimal results, use shorter phrases when possible and be mindful of your total token count when approaching the keyword limit.
Using Universal or Nano Models
If you’re currently using our universal
or nano
models and experiencing accuracy issues:
-
Consider upgrading to Slam-1: This is the recommended solution for better accuracy, especially with domain-specific content.
-
Alternative approach (if Slam-1 isn’t an option): If you must continue using
universal
ornano
models, you can try the LeMUR Custom Vocabulary approach as a workaround, though this may not provide the same level of accuracy as Slam-1 withkeyterms_prompt
.LeMUR Custom Vocabulary
Learn more about using LeMUR Custom Vocabulary if you need to improve accuracy while using universal or nano models.