Hani89 commited on
Commit
d0df488
·
1 Parent(s): 7434cc7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: audio
12
+ struct:
13
+ - name: array
14
+ sequence:
15
+ sequence: float32
16
+ - name: path
17
+ dtype: string
18
+ - name: sampling_rate
19
+ dtype: int64
20
+ - name: sentence
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 3128740048
25
+ num_examples: 5328
26
+ - name: test
27
+ num_bytes: 776455056
28
+ num_examples: 1333
29
+ download_size: 3882364624
30
+ dataset_size: 3905195104
31
+ ---
32
+ # Dataset Card for "medical_recording_dataset"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)