adityarra07 commited on
Commit
7f276e1
1 Parent(s): 1b41554

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 684273363.9015728
19
+ num_examples: 3000
20
+ - name: test
21
+ num_bytes: 22809112.13005243
22
+ num_examples: 100
23
+ download_size: 709812743
24
+ dataset_size: 707082476.0316253
25
+ ---
26
+ # Dataset Card for "test_ds_uwb_atc_noise_trial"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)