Evaluation Using Interface
Input:- Required Inputs:
- output: The output column generated by running a prompt.
Click here to learn how to create prompt column.Output:
- Score: Percentage score between 0 and 100
- Higher scores: Indicate that the output closely follows the given instructions.
- Lower scores: Suggest that the output deviates from the instructions.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.Input:
- Required Inputs:
- output:
string
- The output column generated by the model.
- output:
- Score:
float
- Returns score between 0 and 1
- Higher scores: Indicate that the output closely follows the given instructions.
- Lower scores: Suggest that the output deviates from the instructions.