Datasets:
Update README.md
Browse files
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 **
|
| 38 |
|
| 39 |
-
- `subtitle.zip` contains **800 JSONL files**,
|
| 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 |
|