scruffynerf commited on
Commit
8ed4f2f
·
verified ·
1 Parent(s): 43c0c8e

Upload dataset

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