File size: 738 Bytes
8907602
 
36b26ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31d89d7
 
4c762bc
 
 
 
 
36b26ba
 
 
 
 
4c762bc
 
8907602
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
---

license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: string
  - name: difficulty_level
    dtype: string
  - name: medical_topic
    list: string
  - name: question
    dtype: string
  - name: options
    list: string
  - name: option_map
    list: int64
  - name: answer
    dtype: string
  - name: answer_index
    dtype: int64
  splits:
  - name: train
    num_bytes: 4407562.376841768
    num_examples: 11863
  - name: validation
    num_bytes: 232211.6231582319
    num_examples: 625
  download_size: 2178396
  dataset_size: 4639774.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---