peterizsak commited on
Commit
fddda52
1 Parent(s): 78b1ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
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 t5-large 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 Wikipeida.
 
 
 
 
 
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-large 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.