Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,4 +53,10 @@ configs:
|
|
| 53 |
data_files:
|
| 54 |
- split: test
|
| 55 |
path: queries/test-*
|
|
|
|
| 56 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
data_files:
|
| 54 |
- split: test
|
| 55 |
path: queries/test-*
|
| 56 |
+
license: other
|
| 57 |
---
|
| 58 |
+
# PersianQA (MTEB retrieval format)
|
| 59 |
+
|
| 60 |
+
Persian (Farsi) Wikipedia reading-comprehension retrieval task. Given a Persian question, retrieve the relevant Wikipedia passage from the corpus. Built from the combined train and test splits, answerable questions only.
|
| 61 |
+
|
| 62 |
+
Reformatted into MTEB retrieval format from [SajjadAyoubi/persian_qa](https://huggingface.co/datasets/SajjadAyoubi/persian_qa) (source: https://github.com/sajjjadayobi/PersianQA).
|