File size: 1,110 Bytes
9927deb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: dataset
    dtype: string
  - name: location
    dtype: string
  - name: main_caption
    dtype: string
  - name: alt_caption
    dtype: string
  - name: prompt_aug
    dtype: string
  - name: prompt_ch
    dtype: string
  - name: prompt_bt
    dtype: string
  - name: prompt_bpm
    dtype: string
  - name: prompt_key
    dtype: string
  - name: beats
    sequence:
      sequence: float64
  - name: bpm
    dtype: float64
  - name: chords
    sequence: string
  - name: chords_time
    sequence: float64
  - name: key
    sequence: string
  - name: keyprob
    sequence: float64
  - name: is_audioset_eval_mcaps
    dtype: bool
  - name: wavs
    sequence:
      sequence: float32
  - name: discrete_codes
    sequence:
      sequence:
        sequence: int64
  splits:
  - name: train
    num_bytes: 9259272
    num_examples: 10
  - name: test
    num_bytes: 9673059
    num_examples: 10
  download_size: 20114298
  dataset_size: 18932331
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---