TenzinGayche commited on
Commit
3c65a5e
1 Parent(s): e74cd62

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: input_ids
10
+ sequence: int32
11
+ - name: labels
12
+ sequence:
13
+ sequence: float32
14
+ - name: path
15
+ struct:
16
+ - name: array
17
+ sequence: float64
18
+ - name: path
19
+ dtype: string
20
+ - name: sampling_rate
21
+ dtype: int64
22
+ - name: speaker_embeddings
23
+ sequence: float32
24
+ splits:
25
+ - name: train
26
+ num_bytes: 25886464618.0
27
+ num_examples: 92167
28
+ download_size: 1609511662
29
+ dataset_size: 25886464618.0
30
+ ---
31
+ # Dataset Card for "TTS_nocs_pd_b1"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)