File size: 662 Bytes
70dfafe
fa3a084
 
70dfafe
 
1b63be7
70dfafe
1b63be7
 
 
 
 
 
 
 
 
 
 
 
 
70dfafe
 
 
1b63be7
 
b8b8203
 
 
 
 
70dfafe
 
 
 
 
b8b8203
 
70dfafe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
language:
- en
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: long_texts
    dtype: string
  - name: short_texts
    dtype: string
  - name: discharge_summary
    dtype: string
  - name: short_codes
    dtype: string
  - name: llm_output
    dtype: string
  - name: prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 592139289
    num_examples: 33994
  - name: val
    num_bytes: 85508493
    num_examples: 4918
  download_size: 377883354
  dataset_size: 677647782
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---