syp1229 commited on
Commit
288c1e9
1 Parent(s): 43ad3be

Upload README.md with huggingface_hub

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