Upload Dataset
Upload a JSON file with labeled items to validate
Drop your JSON file here or click to browse
Format: { name, items: [{ data: { type, content }, label }] }
Expected JSON format
{
"name": "My Dataset",
"items": [
{
"data": { "type": "text", "content": "The sky is blue." },
"label": "Factual"
},
{
"data": { "type": "image", "content": "https://..." },
"label": "Cat"
}
]
}