Add ASR as potential task
Browse files
README.md
CHANGED
|
@@ -7,9 +7,13 @@ tags:
|
|
| 7 |
- smart chaptering
|
| 8 |
- segmentation
|
| 9 |
- youtube
|
|
|
|
| 10 |
pretty_name: YTSeg
|
| 11 |
size_categories:
|
| 12 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
|
|
@@ -29,7 +33,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 |
-
| `audio_path` | Path to the .mp3 file of the video |
|
| 33 |
|
| 34 |
| Partition | # Examples |
|
| 35 |
|------------|--------------|
|
|
|
|
| 7 |
- smart chaptering
|
| 8 |
- segmentation
|
| 9 |
- youtube
|
| 10 |
+
- asr
|
| 11 |
pretty_name: YTSeg
|
| 12 |
size_categories:
|
| 13 |
- 10K<n<100K
|
| 14 |
+
task_categories:
|
| 15 |
+
- token-classification
|
| 16 |
+
- automatic-speech-recognition
|
| 17 |
---
|
| 18 |
|
| 19 |
# From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
|
|
|
|
| 33 |
| `targets` | The target segmentation as string of binary values (e.g., `000100000010`). |
|
| 34 |
| `channel_id` | The YouTube channel ID which this video belongs to. |
|
| 35 |
| `video_id` | The YouTube video ID. |
|
| 36 |
+
| `audio_path` | Path to the .mp3 file of the video. |
|
| 37 |
|
| 38 |
| Partition | # Examples |
|
| 39 |
|------------|--------------|
|