Ryoya Awano
deploy: fix MedLFQA Marginal mode sample matching
19fc84f
raw
history blame contribute delete
347 Bytes
{
"$schema": "https://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"input": { "type": "string" },
"output": {
"type": "object",
"properties": {
"answer": { "type": "string" }
},
"required": ["answer"]
}
},
"required": ["input", "output"]
}