Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: audio
|
12 |
+
struct:
|
13 |
+
- name: array
|
14 |
+
sequence: float64
|
15 |
+
- name: path
|
16 |
+
dtype: string
|
17 |
+
- name: sample_rate
|
18 |
+
dtype: int64
|
19 |
+
- name: text
|
20 |
+
dtype: string
|
21 |
+
- name: scriptId
|
22 |
+
dtype: int64
|
23 |
+
- name: fileNm
|
24 |
+
dtype: string
|
25 |
+
- name: recrdTime
|
26 |
+
dtype: float64
|
27 |
+
- name: recrdQuality
|
28 |
+
dtype: int64
|
29 |
+
- name: recrdDt
|
30 |
+
dtype: string
|
31 |
+
- name: scriptSetNo
|
32 |
+
dtype: string
|
33 |
+
- name: recrdEnvrn
|
34 |
+
dtype: string
|
35 |
+
- name: colctUnitCode
|
36 |
+
dtype: string
|
37 |
+
- name: cityCode
|
38 |
+
dtype: string
|
39 |
+
- name: recrdUnit
|
40 |
+
dtype: string
|
41 |
+
- name: convrsThema
|
42 |
+
dtype: string
|
43 |
+
- name: gender
|
44 |
+
dtype: string
|
45 |
+
- name: recorderId
|
46 |
+
dtype: string
|
47 |
+
- name: age
|
48 |
+
dtype: int64
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 5348401048
|
52 |
+
num_examples: 7001
|
53 |
+
- name: test
|
54 |
+
num_bytes: 3224765
|
55 |
+
num_examples: 5
|
56 |
+
download_size: 1168516332
|
57 |
+
dataset_size: 5351625813
|
58 |
+
---
|
59 |
+
# Dataset Card for "Y_normal_add"
|
60 |
+
|
61 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|