File size: 717 Bytes
22ac314
299ff66
22ac314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language: en
dataset_info:
  features:
  - name: pubid
    dtype: int32
  - name: question
    dtype: string
  - name: context
    sequence:
    - name: contexts
      dtype: string
    - name: labels
      dtype: string
    - name: meshes
      dtype: string
  - name: long_answer
    dtype: string
  - name: final_decision
    dtype: string
  splits:
  - name: train
    num_bytes: 443501057
    num_examples: 211269
  - name: validation
    num_bytes: 2052168
    num_examples: 1000
  download_size: 234483083
  dataset_size: 445553225
---
# Dataset Card for "cleaned_pubmedqa"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)