File size: 628 Bytes
c3fab72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
edcddbf
 
 
 
 
c3fab72
 
 
 
 
edcddbf
 
c3fab72
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: label
    dtype:
      class_label:
        names:
          '0': belly_pain
          '1': burping
          '2': discomfort
          '3': hungry
          '4': tired
  splits:
  - name: train
    num_bytes: 45544882.417943105
    num_examples: 411
  - name: validation
    num_bytes: 5082865.582056893
    num_examples: 46
  download_size: 48912639
  dataset_size: 50627748.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---