ChengPenguf commited on
Commit
eeb7731
1 Parent(s): 04a4fea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: note_id
5
+ dtype: string
6
+ - name: subject_id
7
+ dtype: int64
8
+ - name: hadm_id
9
+ dtype: int64
10
+ - name: note_type
11
+ dtype: string
12
+ - name: note_seq
13
+ dtype: int64
14
+ - name: charttime
15
+ dtype: string
16
+ - name: storetime
17
+ dtype: string
18
+ - name: text
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 361972454
23
+ num_examples: 259304
24
+ download_size: 167059542
25
+ dataset_size: 361972454
26
+ ---
27
+ # Dataset Card for "radiology"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)