File size: 777 Bytes
e7f3bdb b0b01e2 e7f3bdb 347dfd2 0cef908 347dfd2 0cef908 7a9086d |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: id
dtype: string
- name: content
dtype: string
- name: label
sequence: string
splits:
- name: train
num_bytes: 84339725.58998138
num_examples: 453023
download_size: 56580316
dataset_size: 84339725.58998138
---
This dataset contains a combination of the following QA datasets:
- nq open
- msmarco 2.1 (first 100k)
- adverserial qa
- hotpotqa
- wikiqa
- sciq
- asqa
- triviaqa
- wikiqa
- freebase_qa
- squad_v1.1
Removed all queries with tokenized length > 128 as well as all queries that had one tokenized label > 64. tokenized with gamma-2b tokenizer.
Removed all queries in msmarco with label "No Answer Present." |