saimadhavang commited on
Commit
6b8817c
1 Parent(s): 70aa261

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: sentence
7
+ dtype: string
8
+ - name: audio_length
9
+ dtype: float64
10
+ - name: text_length
11
+ dtype: int64
12
+ - name: word_count
13
+ dtype: int64
14
+ - name: filename
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2934572755.0
19
+ num_examples: 4400
20
+ download_size: 2317075035
21
+ dataset_size: 2934572755.0
22
+ ---
23
+ # Dataset Card for "OpenSLR-79"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)