Datasets:
v0.2.0: update training_full
Browse files- README.md +165 -1
- training_full/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
|
@@ -112,9 +112,173 @@ dataset_info:
|
|
| 112 |
num_examples: 1327
|
| 113 |
download_size: 177786
|
| 114 |
dataset_size: 3522729
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
configs:
|
| 116 |
- config_name: base_manifest
|
| 117 |
data_files:
|
| 118 |
- split: train
|
| 119 |
path: base_manifest/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: base_manifest
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
|
|
|
| 112 |
num_examples: 1327
|
| 113 |
download_size: 177786
|
| 114 |
dataset_size: 3522729
|
| 115 |
+
- config_name: training_full
|
| 116 |
+
features:
|
| 117 |
+
- name: segment_id
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: segment_index
|
| 120 |
+
dtype: int64
|
| 121 |
+
- name: song_id
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: track_number
|
| 124 |
+
dtype: int64
|
| 125 |
+
- name: track_description
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: track_group
|
| 128 |
+
dtype: string
|
| 129 |
+
- name: track_player
|
| 130 |
+
dtype: string
|
| 131 |
+
- name: source_audio_file
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: segment_audio_file
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: midi_file
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: start_seconds
|
| 138 |
+
dtype: float64
|
| 139 |
+
- name: end_seconds
|
| 140 |
+
dtype: float64
|
| 141 |
+
- name: duration_seconds
|
| 142 |
+
dtype: float64
|
| 143 |
+
- name: has_audio
|
| 144 |
+
dtype: bool
|
| 145 |
+
- name: has_midi
|
| 146 |
+
dtype: bool
|
| 147 |
+
- name: lyric_text
|
| 148 |
+
dtype: string
|
| 149 |
+
- name: structure_section
|
| 150 |
+
dtype: string
|
| 151 |
+
- name: segment_type
|
| 152 |
+
dtype: string
|
| 153 |
+
- name: original_start_seconds
|
| 154 |
+
dtype: float64
|
| 155 |
+
- name: original_end_seconds
|
| 156 |
+
dtype: float64
|
| 157 |
+
- name: has_structure_adjustments
|
| 158 |
+
dtype: bool
|
| 159 |
+
- name: structure_adjustments
|
| 160 |
+
dtype: string
|
| 161 |
+
- name: is_sub_segment
|
| 162 |
+
dtype: bool
|
| 163 |
+
- name: sub_segment_info
|
| 164 |
+
dtype: string
|
| 165 |
+
- name: lrc_line_number
|
| 166 |
+
dtype: float64
|
| 167 |
+
- name: lyric_char_count
|
| 168 |
+
dtype: uint32
|
| 169 |
+
- name: lyric_word_count
|
| 170 |
+
dtype: uint32
|
| 171 |
+
- name: start_adjustment_seconds
|
| 172 |
+
dtype: float64
|
| 173 |
+
- name: end_adjustment_seconds
|
| 174 |
+
dtype: float64
|
| 175 |
+
- name: content_type
|
| 176 |
+
dtype: string
|
| 177 |
+
- name: manifest_track_key
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: bpm
|
| 180 |
+
dtype: int64
|
| 181 |
+
- name: tempo_numerator
|
| 182 |
+
dtype: float64
|
| 183 |
+
- name: tempo_denominator
|
| 184 |
+
dtype: float64
|
| 185 |
+
- name: key_signature_note
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: key_signature_mode
|
| 188 |
+
dtype: string
|
| 189 |
+
- name: rainbow_color
|
| 190 |
+
dtype: string
|
| 191 |
+
- name: rainbow_color_temporal_mode
|
| 192 |
+
dtype: string
|
| 193 |
+
- name: rainbow_color_objectional_mode
|
| 194 |
+
dtype: string
|
| 195 |
+
- name: rainbow_color_ontological_mode
|
| 196 |
+
dtype: string
|
| 197 |
+
- name: transmigrational_mode
|
| 198 |
+
dtype: string
|
| 199 |
+
- name: title
|
| 200 |
+
dtype: string
|
| 201 |
+
- name: release_date
|
| 202 |
+
dtype: string
|
| 203 |
+
- name: total_running_time
|
| 204 |
+
dtype: string
|
| 205 |
+
- name: vocals
|
| 206 |
+
dtype: bool
|
| 207 |
+
- name: lyrics
|
| 208 |
+
dtype: bool
|
| 209 |
+
- name: lrc_lyrics
|
| 210 |
+
dtype: string
|
| 211 |
+
- name: sounds_like
|
| 212 |
+
dtype: string
|
| 213 |
+
- name: mood
|
| 214 |
+
dtype: string
|
| 215 |
+
- name: genres
|
| 216 |
+
dtype: string
|
| 217 |
+
- name: lrc_file
|
| 218 |
+
dtype: string
|
| 219 |
+
- name: concept
|
| 220 |
+
dtype: string
|
| 221 |
+
- name: training_data
|
| 222 |
+
struct:
|
| 223 |
+
- name: album_sequence
|
| 224 |
+
dtype: int64
|
| 225 |
+
- name: avg_word_length
|
| 226 |
+
dtype: float64
|
| 227 |
+
- name: boundary_fluidity_score
|
| 228 |
+
dtype: float64
|
| 229 |
+
- name: concept_length
|
| 230 |
+
dtype: int64
|
| 231 |
+
- name: discrepancy_intensity
|
| 232 |
+
dtype: float64
|
| 233 |
+
- name: exclamation_marks
|
| 234 |
+
dtype: int64
|
| 235 |
+
- name: has_rebracketing_markers
|
| 236 |
+
dtype: bool
|
| 237 |
+
- name: memory_discrepancy_severity
|
| 238 |
+
dtype: float64
|
| 239 |
+
- name: narrative_complexity
|
| 240 |
+
dtype: float64
|
| 241 |
+
- name: ontological_uncertainty
|
| 242 |
+
dtype: float64
|
| 243 |
+
- name: question_marks
|
| 244 |
+
dtype: int64
|
| 245 |
+
- name: rebracketing_coverage
|
| 246 |
+
dtype: float64
|
| 247 |
+
- name: rebracketing_intensity
|
| 248 |
+
dtype: float64
|
| 249 |
+
- name: rebracketing_type
|
| 250 |
+
dtype: string
|
| 251 |
+
- name: sentence_count
|
| 252 |
+
dtype: int64
|
| 253 |
+
- name: temporal_complexity_score
|
| 254 |
+
dtype: float64
|
| 255 |
+
- name: track_duration
|
| 256 |
+
dtype: float64
|
| 257 |
+
- name: track_id
|
| 258 |
+
dtype: string
|
| 259 |
+
- name: track_position
|
| 260 |
+
dtype: int64
|
| 261 |
+
- name: uncertainty_level
|
| 262 |
+
dtype: float64
|
| 263 |
+
- name: word_count
|
| 264 |
+
dtype: int64
|
| 265 |
+
- name: song_structure
|
| 266 |
+
dtype: string
|
| 267 |
+
- name: midi_group_file
|
| 268 |
+
dtype: string
|
| 269 |
+
splits:
|
| 270 |
+
- name: train
|
| 271 |
+
num_bytes: 35869494
|
| 272 |
+
num_examples: 11605
|
| 273 |
+
download_size: 580351
|
| 274 |
+
dataset_size: 35869494
|
| 275 |
configs:
|
| 276 |
- config_name: base_manifest
|
| 277 |
data_files:
|
| 278 |
- split: train
|
| 279 |
path: base_manifest/train-*
|
| 280 |
+
- config_name: training_full
|
| 281 |
+
data_files:
|
| 282 |
+
- split: train
|
| 283 |
+
path: training_full/train-*
|
| 284 |
---
|
training_full/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0b8e46eabb5e4e67da21f8f6be4cbb7af8b2cc8a5b451755dfce8507e1ac11a
|
| 3 |
+
size 580351
|