Evaluation Using Interface
Input:- Optional Inputs:
- input: The input column provided to the LLM that triggers the function call.
- output: Column which has the resulting function call or response generated by the LLM.
- context: The contextual information provided to the model.
- Criteria: Description of the criteria for evaluation
- Score: Percentage score between 0 and 100
- Higher scores: Indicate that the context is well-suited for the task, while a low score suggests inadequacies in the context.
- Lower scores: Indicate that the context is not relevant or sufficient to produce an accurate and coherent output.
Evaluation Using Python SDK
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Optional | input | string | The input provided to the LLM that triggers the function call. |
output | string | Data which has the resulting function call or response generated by the LLM. | |
context | string or list[string] | The contextual information provided to the model. | |
Configuration Parameters | criteria | string | Description of the criteria for evaluation. |
Output | Type | Description |
---|---|---|
Score | float | Returns score between 0 and 1. |