Trimux commited on
Commit
17dff84
1 Parent(s): e415760

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: train
6
+ path: data/train-*
7
+ - split: eval
8
+ path: data/eval-*
9
+ dataset_info:
10
+ features:
11
+ - name: audio
12
+ dtype: audio
13
+ - name: text
14
+ dtype: string
15
+ - name: speaker_id
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 1375482202.2
20
+ num_examples: 9415
21
+ - name: eval
22
+ num_bytes: 154145851.768
23
+ num_examples: 1047
24
+ download_size: 1456327920
25
+ dataset_size: 1529628053.968
26
+ ---
27
+ # Dataset Card for "basqueDataset"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)