(no commit message)
This commit is contained in:
13
config.json
13
config.json
@@ -17,13 +17,16 @@
|
|||||||
"title": "Predicted Answer",
|
"title": "Predicted Answer",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"ground_truth_answer": {
|
"ground_truth_answers": {
|
||||||
"__dspy_field_type": "input",
|
"__dspy_field_type": "input",
|
||||||
"desc": "The ground truth answer to the question",
|
"desc": "The ground truth answers to the question",
|
||||||
"prefix": "Ground Truth Answer:",
|
"items": {
|
||||||
"title": "Ground Truth Answer",
|
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"prefix": "Ground Truth Answers:",
|
||||||
|
"title": "Ground Truth Answers",
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
"label": {
|
"label": {
|
||||||
"__dspy_field_type": "output",
|
"__dspy_field_type": "output",
|
||||||
"desc": "Whether the predicted answer is correct or incorrect",
|
"desc": "Whether the predicted answer is correct or incorrect",
|
||||||
@@ -39,7 +42,7 @@
|
|||||||
"required": [
|
"required": [
|
||||||
"question",
|
"question",
|
||||||
"predicted_answer",
|
"predicted_answer",
|
||||||
"ground_truth_answer",
|
"ground_truth_answers",
|
||||||
"label"
|
"label"
|
||||||
],
|
],
|
||||||
"title": "AudienceSig",
|
"title": "AudienceSig",
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
"description": "The response to the question from the LLM"
|
"description": "The response to the question from the LLM"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"prefix": "Ground Truth Answer:",
|
"prefix": "Ground Truth Answers:",
|
||||||
"description": "The ground truth answer to the question"
|
"description": "The ground truth answers to the question"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"prefix": "Label:",
|
"prefix": "Label:",
|
||||||
|
|||||||
Reference in New Issue
Block a user