File size: 712 Bytes
78320e2 1e2547f 3c895d4 | 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 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: pred_answer
dtype: string
- name: topk
struct:
- name: contents
sequence: string
- name: docid
sequence: int64
- name: answer
sequence: string
splits:
- name: train
num_bytes: 1244684721
num_examples: 222849
download_size: 706547692
dataset_size: 1244684721
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset is originated by [dmrau/multi_qa](dmrau/multi_qa).
The *topk* passages are retrieved by SPLADE-v3 and the *pred_answer* is generated with Mistral-7B-Instruct-v0.2 with the retrieved passages. |