SmolVLM2-XSPFGenerator / video_spec.json
Miquel Farre
initial test
880de81
raw
history blame
2.58 kB
{
"version": "1.0",
"examples": [
{
"id": "Example 1",
"title": "Football Match Highlights",
"description": "Champions League semifinal match",
"original": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadrid.mp4",
"duration_seconds": 6114
},
"highlights": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadridhighlights.mp4",
"duration_seconds": 130,
"thumbnail_url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/thumbnail_barcamadrid.png"
},
"analysis": {
"video_description": "This is a high-stakes football match between Barcelona and Madrid.",
"highlight_types": "- Goals scored\n- Player interactions\n- Vibe at the stadium"
}
},
{
"id": "Example 2",
"title": "Football Match Highlights",
"description": "Champions League semifinal match",
"original": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadrid.mp4",
"duration_seconds": 6114
},
"highlights": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadridhighlights.mp4",
"duration_seconds": 130,
"thumbnail_url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/thumbnail_barcamadrid.png"
},
"analysis": {
"video_description": "This is a high-stakes football match between Barcelona and Madrid.",
"highlight_types": "- Goals scored\n- Player interactions\n- Vibe at the stadium"
}
},
{
"id": "Example 3",
"title": "Football Match Highlights",
"description": "Champions League semifinal match",
"original": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadrid.mp4",
"duration_seconds": 6114
},
"highlights": {
"url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/barcamadridhighlights.mp4",
"duration_seconds": 130,
"thumbnail_url": "https://huggingface.co/datasets/mfarre/servedfiles/resolve/main/thumbnail_barcamadrid.png"
},
"analysis": {
"video_description": "This is a high-stakes football match between Barcelona and Madrid.",
"highlight_types": "- Goals scored\n- Player interactions\n- Vibe at the stadium"
}
}
]
}