36 lines
730 B
JSON
36 lines
730 B
JSON
{
|
|
"traces": [],
|
|
"train": [],
|
|
"demos": [],
|
|
"signature": {
|
|
"instructions": "Summarize the given text into a concise summary.",
|
|
"fields": [
|
|
{
|
|
"prefix": "Text:",
|
|
"description": "The text to summarize"
|
|
},
|
|
{
|
|
"prefix": "Summary:",
|
|
"description": "A concise summary of the text"
|
|
}
|
|
]
|
|
},
|
|
"lm": {
|
|
"model": "openai/gpt-4o-mini",
|
|
"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"
|
|
}
|
|
}
|
|
} |