ChengPenguf commited on
Commit
c086217
·
verified ·
1 Parent(s): c83cb51

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: subject_id
5
+ dtype: int64
6
+ - name: stay_id
7
+ dtype: int64
8
+ - name: temperature
9
+ dtype: string
10
+ - name: heartrate
11
+ dtype: string
12
+ - name: resprate
13
+ dtype: string
14
+ - name: o2sat
15
+ dtype: string
16
+ - name: sbp
17
+ dtype: string
18
+ - name: dbp
19
+ dtype: string
20
+ - name: pain
21
+ dtype: string
22
+ - name: acuity
23
+ dtype: string
24
+ - name: chiefcomplaint
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 6560604
29
+ num_examples: 68936
30
+ download_size: 2055478
31
+ dataset_size: 6560604
32
+ ---
33
+ # Dataset Card for "triage"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)