Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This repo has samples from the Arabic (machine translation) version of the mMARCO dataset, together with mined rankings (English, but should apply
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
|
| 4 |
+
language:
|
| 5 |
+
- ar
|
| 6 |
+
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: pipe
|
| 9 |
+
|
| 10 |
+
data_files: "arabic-queries-no-latin.tsv"
|
| 11 |
+
sep: "|"
|
| 12 |
---
|
| 13 |
|
| 14 |
This repo has samples from the Arabic (machine translation) version of the mMARCO dataset, together with mined rankings (English, but should apply
|