File size: 1,187 Bytes
bbf328b
 
9ee2350
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a1c84fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bbf328b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ee2350
 
 
 
a1c84fc
 
 
 
bbf328b
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
- config_name: new_patient_tasks
  features:
  - name: id
    dtype: string
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: eval_MRN
    dtype: string
  splits:
  - name: test
    num_bytes: 122637
    num_examples: 300
  download_size: 13774
  dataset_size: 122637
- config_name: new_tasks
  features:
  - name: id
    dtype: string
  - name: instruction
    dtype: string
  - name: eval_MRN
    dtype: string
  splits:
  - name: test
    num_bytes: 4201
    num_examples: 10
  download_size: 5362
  dataset_size: 4201
- config_name: test_data_v2
  features:
  - name: id
    dtype: string
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: sol
    list: string
  - name: eval_MRN
    dtype: string
  splits:
  - name: test
    num_bytes: 104470
    num_examples: 300
  download_size: 12862
  dataset_size: 104470
configs:
- config_name: new_patient_tasks
  data_files:
  - split: test
    path: new_patient_tasks/test-*
- config_name: new_tasks
  data_files:
  - split: test
    path: new_tasks/test-*
- config_name: test_data_v2
  data_files:
  - split: test
    path: test_data_v2/test-*
---