Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,6 @@ configs:
|
|
| 28 |
path: data/train-*
|
| 29 |
---
|
| 30 |
|
| 31 |
-
The dataset is originated by [dmrau/multi_qa](dmrau/multi_qa)
|
|
|
|
|
|
|
|
|
| 28 |
path: data/train-*
|
| 29 |
---
|
| 30 |
|
| 31 |
+
The dataset is originated by [dmrau/multi_qa](dmrau/multi_qa).
|
| 32 |
+
|
| 33 |
+
The *topk* passages are retrieved by SPLADE-v3 and the *pred_answer* is generated with Mistral-7B-Instruct-v0.2 with the retrieved passages.
|