charsiu commited on
Commit
15010e7
1 Parent(s): 2c88b3e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: anchor
10
+ dtype: string
11
+ - name: anchor_spk
12
+ dtype: int64
13
+ - name: anchor_text
14
+ dtype: string
15
+ - name: anchor_dur
16
+ dtype: float64
17
+ - name: comparison
18
+ dtype: string
19
+ - name: comparison_spk
20
+ dtype: int64
21
+ - name: comparison_text
22
+ dtype: string
23
+ - name: comparison_dur
24
+ dtype: float64
25
+ - name: type
26
+ dtype: string
27
+ - name: target
28
+ dtype: int64
29
+ - name: class
30
+ dtype: int64
31
+ - name: anchor_phone
32
+ dtype: string
33
+ - name: comparison_phone
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 53970720
38
+ num_examples: 203013
39
+ download_size: 8382220
40
+ dataset_size: 53970720
41
+ ---
42
+ # Dataset Card for "libriphrase_meta"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)