Complete dataset configs
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ configs:
|
|
| 40 |
- split: test
|
| 41 |
path: data/partitions/yt_seg_titles.test.json
|
| 42 |
dataset_info:
|
| 43 |
-
|
| 44 |
features:
|
| 45 |
- name: audio
|
| 46 |
dtype:
|
|
@@ -92,6 +92,58 @@ dataset_info:
|
|
| 92 |
num_examples: 1448
|
| 93 |
download_size: 71470669858
|
| 94 |
dataset_size: 73269108427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
---
|
| 96 |
|
| 97 |
# From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
|
|
|
|
| 40 |
- split: test
|
| 41 |
path: data/partitions/yt_seg_titles.test.json
|
| 42 |
dataset_info:
|
| 43 |
+
- config_name: audio
|
| 44 |
features:
|
| 45 |
- name: audio
|
| 46 |
dtype:
|
|
|
|
| 92 |
num_examples: 1448
|
| 93 |
download_size: 71470669858
|
| 94 |
dataset_size: 73269108427
|
| 95 |
+
- config_name: text
|
| 96 |
+
features:
|
| 97 |
+
- name: audio_path
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: text_ref
|
| 100 |
+
list: string
|
| 101 |
+
- name: text_wt
|
| 102 |
+
list: string
|
| 103 |
+
- name: text_wl
|
| 104 |
+
list: string
|
| 105 |
+
- name: target_binary_ref
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: target_binary_wt
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: target_binary_wl
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: target_text_ref
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: target_text_ts_ref
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: target_ts
|
| 116 |
+
dtype: string
|
| 117 |
+
- name: chapter_titles
|
| 118 |
+
list: string
|
| 119 |
+
- name: chapter_timestamps
|
| 120 |
+
list: float64
|
| 121 |
+
- name: channel_id
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: video_id
|
| 124 |
+
dtype: string
|
| 125 |
+
- name: speaker_category
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: dominant_speaker_proportion
|
| 128 |
+
dtype: float64
|
| 129 |
+
- name: num_speakers
|
| 130 |
+
dtype: int64
|
| 131 |
+
- name: duration
|
| 132 |
+
dtype: float64
|
| 133 |
+
- config_name: titles
|
| 134 |
+
features:
|
| 135 |
+
- name: text_section_ref
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: text_section_prev_titles_ref
|
| 138 |
+
dtype: string
|
| 139 |
+
- name: target_title
|
| 140 |
+
dtype: string
|
| 141 |
+
- name: channel_id
|
| 142 |
+
dtype: string
|
| 143 |
+
- name: video_id
|
| 144 |
+
dtype: string
|
| 145 |
+
- name: chapter_idx
|
| 146 |
+
dtype: int64
|
| 147 |
---
|
| 148 |
|
| 149 |
# From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
|