adityarra07 commited on
Commit
b4e6323
1 Parent(s): abaf560

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
+ struct:
6
+ - name: array
7
+ sequence: float32
8
+ - name: path
9
+ dtype: 'null'
10
+ - name: sampling_rate
11
+ dtype: int64
12
+ - name: transcription
13
+ dtype: string
14
+ - name: id
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 228091121.30052426
19
+ num_examples: 1000
20
+ download_size: 229855749
21
+ dataset_size: 228091121.30052426
22
+ ---
23
+ # Dataset Card for "test_ds_uwb_atc_noise"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)