Evaluation Using Interface
Input:- Required Inputs:
- output: The output column generated by the model.
- Optional Inputs:
- context: The context column provided to the model.
- input: The input column provided to the model.
- Configuration Parameters:
- Check Internet: Boolean - Whether to verify information using external sources.
- Score: Percentage score between 0 and 100
- Higher scores: Indicate that the output is factually accurate based on the provided context/input or general knowledge (if Check Internet is enabled).
- Lower scores: Suggest the presence of factual inaccuracies in the output.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | output | string | The output generated by the model. |
Optional Inputs | context | string | The context provided to the model. |
input | string | The input provided to the model. |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate better factual accuracy. |