File size: 1,222 Bytes
8686c21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: audio
    struct:
    - name: array
      sequence: float64
    - name: path
      dtype: string
    - name: sample_rate
      dtype: int64
  - name: text
    dtype: string
  - name: scriptId
    dtype: int64
  - name: fileNm
    dtype: string
  - name: recrdTime
    dtype: float64
  - name: recrdQuality
    dtype: int64
  - name: recrdDt
    dtype: string
  - name: scriptSetNo
    dtype: string
  - name: recrdEnvrn
    dtype: string
  - name: colctUnitCode
    dtype: string
  - name: cityCode
    dtype: string
  - name: recrdUnit
    dtype: string
  - name: convrsThema
    dtype: string
  - name: gender
    dtype: string
  - name: recorderId
    dtype: string
  - name: age
    dtype: int64
  splits:
  - name: train
    num_bytes: 4106414213
    num_examples: 5400
  - name: test
    num_bytes: 500962049
    num_examples: 600
  download_size: 1033879933
  dataset_size: 4607376262
---
# Dataset Card for "Y_normal"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)