Rounak28 commited on
Commit
4b983cf
1 Parent(s): 93ca4fd

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
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: sentence
7
+ dtype: string
8
+ - name: split
9
+ dtype: string
10
+ - name: input_features
11
+ sequence:
12
+ sequence: float32
13
+ - name: labels
14
+ sequence: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 48065668591
18
+ num_examples: 50000
19
+ download_size: 6859604636
20
+ dataset_size: 48065668591
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+ # Dataset Card for "bengaliAI-preprocessed-whisper-medium-50000-100000"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)