TenzinGayche commited on
Commit
ab66c35
1 Parent(s): 9a61572

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: file_name
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: uni
16
+ dtype: string
17
+ - name: wylie
18
+ dtype: string
19
+ - name: url
20
+ dtype: string
21
+ - name: dept
22
+ dtype: string
23
+ - name: timestamp
24
+ dtype: float64
25
+ - name: __index_level_0__
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 16669393849.934
30
+ num_examples: 276501
31
+ - name: test
32
+ num_bytes: 836705600.272
33
+ num_examples: 14564
34
+ download_size: 42185941593
35
+ dataset_size: 17506099450.206
36
+ ---
37
+ # Dataset Card for "t5_predata_nocs"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)