silencioData commited on
Commit
90a98f3
·
verified ·
1 Parent(s): 8941fd1

Add dataset_info and configs to README

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -17,6 +17,61 @@ tags:
17
  - asr
18
  - tts
19
  pretty_name: "Igbo Speech Dataset"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  size_categories:
21
  - n<1K
22
  ---
 
17
  - asr
18
  - tts
19
  pretty_name: "Igbo Speech Dataset"
20
+ dataset_info:
21
+ features:
22
+ - name: file_name
23
+ dtype: string
24
+ - name: id
25
+ dtype: int64
26
+ - name: gender
27
+ dtype: string
28
+ - name: ethnicity
29
+ dtype: string
30
+ - name: occupation
31
+ dtype: string
32
+ - name: birth_place
33
+ dtype: string
34
+ - name: mother_tongue
35
+ dtype: string
36
+ - name: dialect
37
+ dtype: string
38
+ - name: year_of_birth
39
+ dtype: int64
40
+ - name: years_at_birth_place
41
+ dtype: int64
42
+ - name: languages_data
43
+ dtype: string
44
+ - name: os
45
+ dtype: string
46
+ - name: device
47
+ dtype: string
48
+ - name: browser
49
+ dtype: string
50
+ - name: duration
51
+ dtype: float64
52
+ - name: emotions
53
+ dtype: string
54
+ - name: language
55
+ dtype: string
56
+ - name: location
57
+ dtype: string
58
+ - name: noise_sources
59
+ dtype: string
60
+ - name: script_id
61
+ dtype: int64
62
+ - name: type_of_script
63
+ dtype: string
64
+ - name: script
65
+ dtype: string
66
+ - name: transcript
67
+ dtype: string
68
+ - name: speaker_id
69
+ dtype: string
70
+ configs:
71
+ - config_name: igbo_nigeria
72
+ data_files:
73
+ - split: free_speech
74
+ path: igbo_nigeria/free_speech/**
75
  size_categories:
76
  - n<1K
77
  ---