Datasets:

Modalities:
Audio
Text
Formats:
parquet
File size: 1,374 Bytes
cff30ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6eb93b
 
 
 
 
cff30ee
 
 
 
 
f6eb93b
 
cff30ee
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
62
63
---
dataset_info:
  features:
  - name: video
    dtype: video
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: label
    dtype:
      class_label:
        names:
          '0': Accordion
          '1': Acoustic guitar
          '2': Baby cry, infant cry
          '3': Banjo
          '4': Bark
          '5': Bus
          '6': Cat
          '7': Chainsaw
          '8': Church bell
          '9': Clock
          '10': Female speech, woman speaking
          '11': Fixed-wing aircraft, airplane
          '12': Flute
          '13': Frying (food)
          '14': Goat
          '15': Helicopter
          '16': Horse
          '17': Male speech, man speaking
          '18': Mandolin
          '19': Motorcycle
          '20': Race car, auto racing
          '21': Rodents, rats, mice
          '22': Shofar
          '23': Toilet flush
          '24': Train horn
          '25': Truck
          '26': Ukulele
          '27': Violin, fiddle
  - name: youtube_id
    dtype: string
  - name: start_seconds
    dtype: int32
  splits:
  - name: train
    num_bytes: 5150175797
    num_examples: 3312
  - name: test
    num_bytes: 664329126
    num_examples: 402
  download_size: 6359281087
  dataset_size: 5814504923
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---