File size: 814 Bytes
4fd7dc4
 
b757a12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543aa8d
 
 
 
b757a12
 
 
 
 
4fd7dc4
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
---

license: apache-2.0
dataset_info:
  features:
  - name: audio
    struct:
    - name: array
      sequence: float64
    - name: path
      dtype: string
    - name: sampling_rate
      dtype: int64
  - name: title
    dtype: string
  - name: description
    dtype: string
  - name: tags
    sequence: string
  - name: username
    dtype: string
  - name: freesound_id
    dtype: int64
  - name: license
    dtype: int64
  - name: attribution_required
    dtype: int64
  - name: commercial_use
    dtype: int64
  - name: model_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 876057706
    num_examples: 100
  download_size: 431476681
  dataset_size: 876057706
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---