Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
video-recs-describe-what-you-see – Dataset by marcodena | AlphaNeural AI
You can deploy this model and start earning money today!
marcodena
/
video-recs-describe-what-you-see
like
0
text-generation
video-text-to-text
en
apache-2.0
10K<n<100K
parquet
text
datasets
dask
mlcroissant
polars
2508.09789
us
Views
No views yet
Model card
Files and Versions
Community
API
More information coming soon
FFmpeg processing script
Download the list of URLs recursively using wget
cat video_ids_list.txt | parallel -j10 --line-buffer '
Extract the video name and prepare an output directory
video_name="
https://recsys.westlake.edu.cn/MicroLens-100k-Dataset/MicroLens-100k_videos/{}
" output_file="sampled_videos/{}"
Skip processing if the output file already exists
if [ ! -f "$output_file" ]; then axel -n 10 --quiet "$video_name"… See the full description on the dataset page:
https://huggingface.co/datasets/marcodena/video-recs-describe-what-you-see
.