File size: 972 Bytes
8f45427
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b0840d
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio_id
    dtype: string
  - name: voice_creator_id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: audio_duration
    dtype: float64
  - name: gender
    dtype: string
  - name: age_group
    dtype: string
  - name: category
    dtype: string
  - name: subcategory
    dtype: string
  - name: location
    dtype: string
  - name: transcription
    dtype: string
  - name: transcription_with_tags
    dtype: string
  splits:
  - name: train
    num_bytes: 43583964712.972
    num_examples: 64541
  - name: validation
    num_bytes: 2592262640.12
    num_examples: 3989
  download_size: 43972117303
  dataset_size: 46176227353.092
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
license: cc-by-4.0
task_categories:
- automatic-speech-recognition
language:
- sw
size_categories:
- 10K<n<100K
---