File size: 1,066 Bytes
30e57e9 9ae0b3c 30e57e9 9ae0b3c fddda52 9ae0b3c 50d43b9 9ae0b3c fddda52 |
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: cc-by-sa-3.0
datasets:
- kilt_tasks
metrics:
- exact_match
pipeline_tag: text-generation
model-index:
- name: results
results:
- task:
name: Question Answering
type: text-generation
dataset:
name: NQ KILT
type: kilt_tasks
args: nq
metrics:
- name: Exact Macth
type: exact_match
value: 59.01
language:
- en
---
# Fusion-In-Decoder Base on Natural Questions
This trained model is based on the [Fusion-In-Decoder](https://arxiv.org/abs/2007.01282) model, and trained on the [Natural Questions](https://huggingface.co/datasets/natural_questions) dataset.
# Model Details
Model is based on Fusion-In-Decoder, which in turn is based on the `t5-large` checkpoint as the base model. For training, we utilized text retrieval for each query, which provides a collection of relevant passages for it.
We note that the passages were retrieved using a corpus based on [Wikipedia](https://huggingface.co/datasets/wiki_dpr).
# Evaluation
See model performance on Evaluation Results tab on the right side. |