EliYuan00 commited on
Commit
fef54b4
·
1 Parent(s): e4e8715

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,9 +34,9 @@ for Comprehensive Video Understanding". It mainly consists of three parts: `vide
34
 
35
  - `videos/` contains **800 1080p MP4 files**, organized sequentially into 40 zip archives. For example, `001.mp4` to `020.mp4` are stored in `001.zip`.
36
 
37
- - `test.parquet` contains **3200 QA instances**, with each video paired with **4 questions**. Each instance includes the **question**, **options**, **answer**, and auxiliary metadata such as the **video id** and **QA category**.
38
 
39
- - `subtitle.zip` contains **800 JSONL files**, named `{001..800}.jsonl`, each corresponding to a video id. Each file contains word-level entries with timestamps.
40
 
41
  ---
42
 
 
34
 
35
  - `videos/` contains **800 1080p MP4 files**, organized sequentially into 40 zip archives. For example, `001.mp4` to `020.mp4` are stored in `001.zip`.
36
 
37
+ - `test.parquet` contains **3200 QA instances**, with each video paired with **4 questions**. Each instance includes the **question**, **options**, **answer**, and auxiliary metadata such as the **video id** and **task type**.
38
 
39
+ - `subtitle.zip` contains **800 JSONL files**, each corresponding to a unique **video id**, with word-level entries and timestamps.
40
 
41
  ---
42