Show Videos in the Dataset Viewer
#4
by
lhoestq
HF staff
- opened
Hi ! Congrats on the release :)
I was wondering if you have considered using a standard structure for the dataset to show the videos in the Viewer ?
You can see an example here: https://huggingface.co/datasets/datasets-examples/doc-video-1
Basically if you have videos in a folder and a metadata.jsonl (or .csv) the Viewer will show the videos and the associated metadata.
Note: This would also allow people to load the dataset in one line of python code using the datasets
library