Datasets:
Fabian Retkowski
commited on
Commit
·
4f95fca
1
Parent(s):
7be2009
Add audio path to README
Browse files
README.md
CHANGED
|
@@ -29,6 +29,7 @@ Each video is represented as a JSON object with the following fields:
|
|
| 29 |
| `targets` | The target segmentation as string of binary values (e.g., `000100000010`). |
|
| 30 |
| `channel_id` | The YouTube channel ID which this video belongs to. |
|
| 31 |
| `video_id` | The YouTube video ID. |
|
|
|
|
| 32 |
|
| 33 |
| Partition | # Examples |
|
| 34 |
|------------|--------------|
|
|
|
|
| 29 |
| `targets` | The target segmentation as string of binary values (e.g., `000100000010`). |
|
| 30 |
| `channel_id` | The YouTube channel ID which this video belongs to. |
|
| 31 |
| `video_id` | The YouTube video ID. |
|
| 32 |
+
| `audio_path` | Path to the .mp3 file of the video |
|
| 33 |
|
| 34 |
| Partition | # Examples |
|
| 35 |
|------------|--------------|
|