earthlyframes commited on
Commit
572729d
·
verified ·
1 Parent(s): 74199d9

v0.3.0: update base_manifest

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md CHANGED
@@ -14,6 +14,124 @@ tags:
14
  - evolutionary-composition
15
  size_categories:
16
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # White Training Data
 
14
  - evolutionary-composition
15
  size_categories:
16
  - 10K<n<100K
17
+ dataset_info:
18
+ config_name: base_manifest
19
+ features:
20
+ - name: id
21
+ dtype: string
22
+ - name: bpm
23
+ dtype: int64
24
+ - name: tempo_numerator
25
+ dtype: float64
26
+ - name: tempo_denominator
27
+ dtype: float64
28
+ - name: key_signature_note
29
+ dtype: string
30
+ - name: key_signature_mode
31
+ dtype: string
32
+ - name: rainbow_color
33
+ dtype: string
34
+ - name: rainbow_color_temporal_mode
35
+ dtype: string
36
+ - name: rainbow_color_objectional_mode
37
+ dtype: string
38
+ - name: rainbow_color_ontological_mode
39
+ dtype: string
40
+ - name: transmigrational_mode
41
+ dtype: string
42
+ - name: title
43
+ dtype: string
44
+ - name: release_date
45
+ dtype: string
46
+ - name: total_running_time
47
+ dtype: string
48
+ - name: vocals
49
+ dtype: bool
50
+ - name: lyrics
51
+ dtype: bool
52
+ - name: lrc_lyrics
53
+ dtype: string
54
+ - name: sounds_like
55
+ dtype: string
56
+ - name: mood
57
+ dtype: string
58
+ - name: genres
59
+ dtype: string
60
+ - name: lrc_file
61
+ dtype: string
62
+ - name: concept
63
+ dtype: string
64
+ - name: training_data
65
+ struct:
66
+ - name: album_sequence
67
+ dtype: int64
68
+ - name: avg_word_length
69
+ dtype: float64
70
+ - name: boundary_fluidity_score
71
+ dtype: float64
72
+ - name: concept_length
73
+ dtype: int64
74
+ - name: discrepancy_intensity
75
+ dtype: float64
76
+ - name: exclamation_marks
77
+ dtype: int64
78
+ - name: has_rebracketing_markers
79
+ dtype: bool
80
+ - name: memory_discrepancy_severity
81
+ dtype: float64
82
+ - name: narrative_complexity
83
+ dtype: float64
84
+ - name: ontological_uncertainty
85
+ dtype: float64
86
+ - name: question_marks
87
+ dtype: int64
88
+ - name: rebracketing_coverage
89
+ dtype: float64
90
+ - name: rebracketing_intensity
91
+ dtype: float64
92
+ - name: rebracketing_type
93
+ dtype: string
94
+ - name: sentence_count
95
+ dtype: int64
96
+ - name: temporal_complexity_score
97
+ dtype: float64
98
+ - name: track_duration
99
+ dtype: float64
100
+ - name: track_id
101
+ dtype: string
102
+ - name: track_position
103
+ dtype: int64
104
+ - name: uncertainty_level
105
+ dtype: float64
106
+ - name: word_count
107
+ dtype: int64
108
+ - name: song_structure
109
+ dtype: string
110
+ - name: track_id
111
+ dtype: int64
112
+ - name: description
113
+ dtype: string
114
+ - name: audio_file
115
+ dtype: string
116
+ - name: midi_file
117
+ dtype: string
118
+ - name: group
119
+ dtype: string
120
+ - name: midi_group_file
121
+ dtype: string
122
+ - name: player
123
+ dtype: string
124
+ splits:
125
+ - name: train
126
+ num_bytes: 3522729
127
+ num_examples: 1327
128
+ download_size: 177786
129
+ dataset_size: 3522729
130
+ configs:
131
+ - config_name: base_manifest
132
+ data_files:
133
+ - split: train
134
+ path: base_manifest/train-*
135
  ---
136
 
137
  # White Training Data