File size: 2,218 Bytes
8ed4f2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: album_name
    dtype: string
  - name: artist_name
    dtype: string
  - name: track_name
    dtype: string
  - name: acousticness
    dtype: float64
  - name: danceability
    dtype: float64
  - name: energy
    dtype: float64
  - name: instrumentalness
    dtype: float64
  - name: musical_key
    dtype: string
  - name: mode
    dtype: string
  - name: liveness
    dtype: float64
  - name: speechiness
    dtype: float64
  - name: audio_tempo
    dtype: float64
  - name: audio_time_signature
    dtype: int64
  - name: valence
    dtype: float64
  - name: loudness
    dtype: float64
  - name: popularity
    dtype: int64
  - name: lrclib_track_id
    dtype: int64
  - name: lrclib_lyrics_id
    dtype: int64
  - name: primary_genre
    dtype: string
  - name: genre_list
    dtype: string
  - name: genre_count
    dtype: int64
  - name: line_count
    dtype: int64
  - name: section_count
    dtype: int64
  - name: word_count
    dtype: int64
  - name: unique_word_count
    dtype: int64
  - name: syllable_count
    dtype: int64
  - name: avg_words_per_line
    dtype: float64
  - name: avg_syllables_per_line
    dtype: float64
  - name: avg_lines_per_section
    dtype: float64
  - name: duration_sec
    dtype: int64
  - name: lyric_tempo
    dtype: float64
  - name: lyric_time_signature
    dtype: int64
  - name: estimated_measures
    dtype: float64
  - name: words_per_measure
    dtype: float64
  - name: syllables_per_measure
    dtype: float64
  - name: unique_word_ratio
    dtype: float64
  - name: repetition_ratio
    dtype: float64
  - name: first_section_density
    dtype: float64
  - name: last_section_density
    dtype: float64
  - name: section_length_variance
    dtype: float64
  - name: syllable_stddev
    dtype: float64
  - name: mean_syllables_per_word
    dtype: float64
  - name: cadence_diversity_ratio
    dtype: float64
  - name: cadence_entropy
    dtype: float64
  - name: cadence_shift_rate
    dtype: float64
  splits:
  - name: train
    num_bytes: 1824306275
    num_examples: 4388931
  download_size: 563117965
  dataset_size: 1824306275
---