luodian commited on
Commit
7c52b10
·
verified ·
1 Parent(s): 262d589

Clarify metadata-only scope and YouTube raw media requirement

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -2,6 +2,19 @@
2
 
3
  Full-set metadata for lmms-eval task `vggsound`.
4
 
 
 
 
 
 
 
 
 
 
 
5
  - Annotation source: https://raw.githubusercontent.com/hche11/VGGSound/master/data/vggsound.csv
6
- - Raw media location: VGGSound YouTube-derived clips, audio not embedded here.
7
- - Expected local media root for evaluation: `$VGGSOUND_AUDIO_DIR` or `$HF_HOME/vggsound`.
 
 
 
 
2
 
3
  Full-set metadata for lmms-eval task `vggsound`.
4
 
5
+ ## Dataset Contents
6
+
7
+ This repository contains **annotations and metadata only** (YouTube IDs, start seconds, labels, and splits).
8
+ Raw audio/video media files are **not hosted here**.
9
+
10
+ ## Raw Media Requirement
11
+
12
+ To run media-backed evaluation, download original clips from YouTube using metadata fields.
13
+ If local media is missing, full evaluation for `vggsound` cannot run.
14
+
15
  - Annotation source: https://raw.githubusercontent.com/hche11/VGGSound/master/data/vggsound.csv
16
+ - YouTube URL template: `https://www.youtube.com/watch?v=<youtube_id>`
17
+ - Expected local media root: `$VGGSOUND_AUDIO_DIR` or `$HF_HOME/vggsound`
18
+ - Download guide: https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/docs/raw_media_download.md
19
+
20
+ Media availability depends on YouTube and per-video licensing constraints.