kuanhuggingface commited on
Commit
79585b3
1 Parent(s): 0317b2c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: dataset_index
12
+ dtype: int64
13
+ - name: style
14
+ dtype: string
15
+ - name: audio
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 24000
19
+ - name: transcription
20
+ dtype: string
21
+ - name: abstract_vc_id
22
+ dtype: int64
23
+ - name: libritts_id
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 183563714.44
28
+ num_examples: 1224
29
+ - name: test
30
+ num_bytes: 25910623.0
31
+ num_examples: 150
32
+ download_size: 206441119
33
+ dataset_size: 209474337.44
34
+ ---
35
+ # Dataset Card for "abstract_prompt"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)