File size: 828 Bytes
ccbd227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: segment_id
    dtype: string
  - name: transcription
    dtype: string
  - name: label
    dtype: string
  - name: tempo
    dtype: int64
  - name: note_midi
    sequence: float64
  - name: note_phns
    sequence: string
  - name: note_lyrics
    sequence: string
  - name: note_start_times
    sequence: float64
  - name: note_end_times
    sequence: float64
  - name: phns
    sequence: string
  - name: phn_start_times
    sequence: float64
  - name: phn_end_times
    sequence: float64
  - name: note_midi_length
    dtype: int64
  - name: lyric_word_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 1092803
    num_examples: 833
  download_size: 347719
  dataset_size: 1092803
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---