makaveli10 commited on
Commit
1427d0b
1 Parent(s): 141198e

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: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: audio
12
+ dtype: audio
13
+ - name: transcription
14
+ dtype: string
15
+ - name: duration
16
+ dtype: float64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 46157129192.0
20
+ num_examples: 24872
21
+ - name: test
22
+ num_bytes: 1594957930.0
23
+ num_examples: 872
24
+ download_size: 47266159084
25
+ dataset_size: 47752087122.0
26
+ ---
27
+ # Dataset Card for "indic-superb-augmented"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)