Commit
·
50d43b9
1
Parent(s):
fddda52
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ This trained model is based on the [Fusion-In-Decoder](https://arxiv.org/abs/200
|
|
| 29 |
|
| 30 |
# Model Details
|
| 31 |
|
| 32 |
-
Model is based on Fusion-In-Decoder, which in turn is based on the
|
| 33 |
|
| 34 |
We note that the passages were retrieved using a corpus based on [Wikipedia](https://huggingface.co/datasets/wiki_dpr).
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
# Model Details
|
| 31 |
|
| 32 |
+
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.
|
| 33 |
|
| 34 |
We note that the passages were retrieved using a corpus based on [Wikipedia](https://huggingface.co/datasets/wiki_dpr).
|
| 35 |
|