Eval Definition
Audio Transcription
Analyses the accuracy of a provided transcription against the content of a given audio file.
Evaluation Using Interface
Input:
- Required Inputs:
- input audio: The audio file (URL or local path) containing the speech to be transcribed.
- input transcription: The text transcription to be evaluated for accuracy against the audio.
Output:
- Score: A percentage score reflecting the accuracy of the provided transcription compared to the audio content.
Evaluation Using SDK
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input audio | str | file path or URL to the audio file |
Required Inputs | input transcription | str | The text transcription to evaluate |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate a more accurate transcription. |
Was this page helpful?
Previous
OverviewThe Knowledge Base (KB) is the foundation for grounded, context-aware synthetic data generation and accurate evaluations. It ensures that every output whether it's data generation or evaluation is informed by your uploaded content, which is semantically processed and abstracted to reflect your organization’s unique domain.
Next