Eval Definition
Eval Audio Description
Evaluates if the description provided matches the content of the given audio using an LLM.
Evaluation Using Interface
Input:
- Required Inputs:
- input audio: The audio file (URL or local path) to be evaluated against a description.
- description: The text description to compare against the audio content.
Output:
- Score: Boolean passed or failed, reflecting how well the provided description matches 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 |
description | str | The text description to evaluate against the audio |
Output | Type | Description |
---|---|---|
Result | bool | Returns boolean value (0 or 1), where 1 indicate a better match between the description and the audio content. |