Evaluation Using Interface
Input:- Required Inputs:
- input: The instruction or textual description column associated with the image (e.g., “A vibrant sunrise over a mountain”).
- image_url: The URL column of the image being evaluated.
- Configuration Parameters:
- criteria: The evaluation standard that defines how the alignment is measured (e.g., colour accuracy, object representation, or stylistic features).
- Score: Percentage score between 0 and 100
- Higher scores: Indicate strong alignment between the instructions and the image based on the specified criteria.
- Lower scores: Suggest discrepancies or misalignment between the instructions and the image.
Evaluation Using Python SDK
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The instruction or textual description associated with the image. |
image_url | string | The URL of the image being evaluated. | |
Configuration Parameters | criteria | string | The evaluation standard that defines how the alignment is measured. |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate better alignment. |