File size: 694 Bytes
ac97a5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: caption_id
    dtype: int64
  - name: track_id
    dtype: int64
  - name: caption
    dtype: string
  - name: is_valid_subset
    dtype: bool
  - name: familiarity
    dtype: int64
  - name: artist_id
    dtype: int64
  - name: album_id
    dtype: int64
  - name: path
    dtype: string
  - name: duration
    dtype: float64
  splits:
  - name: original
    num_bytes: 205527
    num_examples: 1106
  - name: nosinging
    num_bytes: 106110
    num_examples: 586
  download_size: 171886
  dataset_size: 311637
configs:
- config_name: default
  data_files:
  - split: original
    path: data/original-*
  - split: nosinging
    path: data/nosinging-*
---