peterizsak
commited on
Commit
•
83157db
1
Parent(s):
0568204
Update README.md
Browse files
README.md
CHANGED
@@ -25,10 +25,14 @@ language:
|
|
25 |
|
26 |
# Fusion-In-Decoder Base on Natural Questions
|
27 |
|
28 |
-
This trained model is based on the Fusion-In-Decoder model, and trained on the Natural Questions dataset.
|
29 |
|
30 |
# Model Details
|
31 |
|
32 |
-
Model is based on Fusion-In-Decoder, which in turn is based on the google/flan-t5-base checkpoint. For training, we utilized text retrieval for each query, which provides a collection of relevant passages for it.
|
33 |
|
34 |
-
We note that the passages were retrieved using a corpus based on
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
# Fusion-In-Decoder Base on Natural Questions
|
27 |
|
28 |
+
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.
|
29 |
|
30 |
# Model Details
|
31 |
|
32 |
+
Model is based on Fusion-In-Decoder, which in turn is based on the google/flan-t5-base checkpoint as the base model. For training, we utilized text retrieval for each query, which provides a collection of relevant passages for it.
|
33 |
|
34 |
+
We note that the passages were retrieved using a corpus based on [Wikipedia](https://huggingface.co/datasets/wiki_dpr).
|
35 |
+
|
36 |
+
# Evaluation
|
37 |
+
|
38 |
+
See model performance on Evaluation Results tab on the right side.
|