venetis commited on
Commit
dd0d6a1
1 Parent(s): 29518ca

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
+ dataset_info:
3
+ features:
4
+ - name: audio_clipping
5
+ dtype: string
6
+ - name: audio_clipping:confidence
7
+ dtype: float64
8
+ - name: background_noise_audible
9
+ dtype: string
10
+ - name: background_noise_audible:confidence
11
+ dtype: float64
12
+ - name: overall_quality_of_the_audio
13
+ dtype: float64
14
+ - name: quiet_speaker
15
+ dtype: string
16
+ - name: quiet_speaker:confidence
17
+ dtype: float64
18
+ - name: speaker_id
19
+ dtype: int64
20
+ - name: file_download
21
+ dtype: string
22
+ - name: file_name
23
+ dtype: string
24
+ - name: phrase
25
+ dtype: string
26
+ - name: prompt
27
+ dtype: string
28
+ - name: writer_id
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 2016289
33
+ num_examples: 6661
34
+ download_size: 409095
35
+ dataset_size: 2016289
36
+ ---
37
+ # Dataset Card for "symptom_text_to_disease_mk2"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)