clam004 commited on
Commit
81268b0
·
verified ·
1 Parent(s): 62ebd68

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ehr_text
5
+ dtype: string
6
+ - name: icd_code
7
+ dtype: string
8
+ - name: instruction
9
+ dtype: string
10
+ - name: input
11
+ dtype: string
12
+ - name: output
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 963670436
17
+ num_examples: 379243
18
+ download_size: 272439850
19
+ dataset_size: 963670436
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ ---