File size: 609 Bytes
e671e3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Description
    dtype: string
  - name: Patient
    dtype: string
  - name: Doctor
    dtype: string
  - name: question
    dtype: string
  splits:
  - name: train
    num_bytes: 47192959
    num_examples: 30000
  - name: test
    num_bytes: 7873865
    num_examples: 5000
  - name: validation
    num_bytes: 7818607
    num_examples: 5000
  download_size: 37026849
  dataset_size: 62885431
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---