dmacres commited on
Commit
43e94bc
1 Parent(s): 1ea633e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: subject_id
14
+ dtype: int64
15
+ - name: hadm_id
16
+ dtype: float64
17
+ - name: target_text
18
+ dtype: string
19
+ - name: extractive_notes_summ
20
+ dtype: string
21
+ - name: n_notes
22
+ dtype: int64
23
+ - name: notes
24
+ list:
25
+ - name: category
26
+ dtype: string
27
+ - name: chartdate
28
+ dtype: string
29
+ - name: description
30
+ dtype: string
31
+ - name: row_id
32
+ dtype: int64
33
+ - name: text
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 1518715010
38
+ num_examples: 24993
39
+ - name: validation
40
+ num_bytes: 342865059
41
+ num_examples: 5356
42
+ - name: test
43
+ num_bytes: 326661857
44
+ num_examples: 5356
45
+ download_size: 896512070
46
+ dataset_size: 2188241926
47
+ ---
48
+ # Dataset Card for "mimiciii-hospitalcourse-meta"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)