(no commit message)
This commit is contained in:
44
program.json
Normal file
44
program.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "Determine if the predicted answer from the LLM matches the ground truth answer.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Question:",
|
||||
"description": "The question to answer"
|
||||
},
|
||||
{
|
||||
"prefix": "Predicted Answer:",
|
||||
"description": "The response to the question from the LLM"
|
||||
},
|
||||
{
|
||||
"prefix": "Ground Truth Answer:",
|
||||
"description": "The ground truth answer to the question"
|
||||
},
|
||||
{
|
||||
"prefix": "Label:",
|
||||
"description": "Whether the predicted answer is correct or incorrect"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "together_ai/Qwen/Qwen2.5-7B-Instruct-Turbo",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": null,
|
||||
"max_tokens": null
|
||||
},
|
||||
"metadata": {
|
||||
"dependency_versions": {
|
||||
"python": "3.11",
|
||||
"dspy": "3.1.2",
|
||||
"cloudpickle": "3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user