File size: 1,869 Bytes
9d52977
0540449
 
9d52977
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
language:
- bn
dataset_info:
  features:
  - name: text
    dtype: string
  - name: lang
    dtype:
      class_label:
        names:
          '0': bn
  - name: samples
    dtype: int64
  - name: verbatim
    dtype: string
  - name: normalized
    dtype: string
  - name: speaker_id
    dtype: string
  - name: scenario
    dtype:
      class_label:
        names:
          '0': Extempore
          '1': Read
  - name: task_name
    dtype: string
  - name: gender
    dtype:
      class_label:
        names:
          '0': Female
          '1': Male
  - name: age_group
    dtype:
      class_label:
        names:
          '0': 18-30
          '1': 30-45
          '2': 45-60
          '3': 60+
  - name: job_type
    dtype:
      class_label:
        names:
          '0': Blue Collar
          '1': Student
          '2': Unemployed
          '3': White Collar
  - name: qualification
    dtype:
      class_label:
        names:
          '0': No Schooling
          '1': Post Grad + PhD
          '2': Undergrad and Grad.
          '3': Upto 12th
  - name: area
    dtype:
      class_label:
        names:
          '0': Rural
          '1': Urban
  - name: district
    dtype: string
  - name: state
    dtype:
      class_label:
        names:
          '0': West Bengal
  - name: occupation
    dtype: string
  - name: utterance_pitch_mean
    dtype: float64
  - name: utterance_pitch_std
    dtype: float64
  - name: snr
    dtype: float64
  - name: c50
    dtype: float64
  - name: speaking_rate
    dtype: float64
  - name: cer
    dtype: string
  - name: duration
    dtype: float64
  - name: audio
    dtype: audio
  splits:
  - name: train
    num_bytes: 77015380017.104
    num_examples: 39904
  download_size: 71738544889
  dataset_size: 77015380017.104
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---