BaekRok commited on
Commit
7d1e8dc
·
1 Parent(s): 4e3312c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: audio
14
+ dtype: audio
15
+ - name: labels
16
+ list:
17
+ - name: start
18
+ dtype: float64
19
+ - name: text
20
+ dtype: string
21
+ - name: end
22
+ dtype: float64
23
+ - name: speaker
24
+ dtype: string
25
+ - name: label
26
+ dtype: string
27
+ - name: seg_num
28
+ dtype: int64
29
+ - name: total_seg
30
+ dtype: int64
31
+ - name: prob
32
+ dtype: float64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 63272599622.8
36
+ num_examples: 16496
37
+ - name: validation
38
+ num_bytes: 8038911926.9
39
+ num_examples: 2071
40
+ - name: test
41
+ num_bytes: 8566637155.26
42
+ num_examples: 2156
43
+ download_size: 7301508547
44
+ dataset_size: 79878148704.95999
45
+ ---
46
+ # Dataset Card for "vishing_data_3"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)