thomaslu commited on
Commit
7c8f601
·
1 Parent(s): 25d1c62

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ dataset_info:
10
+ features:
11
+ - name: audio
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: sentence
16
+ dtype: string
17
+ splits:
18
+ - name: test
19
+ num_bytes: 9100963.0
20
+ num_examples: 111
21
+ - name: train
22
+ num_bytes: 32796309.0
23
+ num_examples: 400
24
+ download_size: 41933143
25
+ dataset_size: 41897272.0
26
+ ---
27
+ # Dataset Card for "articulationGAN_finetuning_data"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)