Update README.md
Browse files
README.md
CHANGED
@@ -48,8 +48,22 @@ configs:
|
|
48 |
data_files:
|
49 |
- split: test
|
50 |
path: ko.jsonl
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
---
|
54 |
# Dataset Description
|
55 |
This is the [MKQA](https://github.com/apple/ml-mkqa?tab=readme-ov-file) ***with query embeddings***, which can be used jointly with [Multilingual Embeddings for Wikipedia in 300+ Languages](https://huggingface.co/datasets/Cohere/wikipedia-2023-11-embed-multilingual-v3) for doing multilingual passage retrieval, since the vectors are calculated via the same embedder [Cohere Embed v3](https://cohere.com/blog/introducing-embed-v3).
|
|
|
48 |
data_files:
|
49 |
- split: test
|
50 |
path: ko.jsonl
|
51 |
+
- config_name: km
|
52 |
+
data_files:
|
53 |
+
- split: test
|
54 |
+
path: km.jsonl
|
55 |
+
- config_name: ms
|
56 |
+
data_files:
|
57 |
+
- split: test
|
58 |
+
path: ms.jsonl
|
59 |
+
- config_name: nl
|
60 |
+
data_files:
|
61 |
+
- split: test
|
62 |
+
path: nl.jsonl
|
63 |
+
- config_name: no
|
64 |
+
data_files:
|
65 |
+
- split: test
|
66 |
+
path: no.jsonl
|
67 |
---
|
68 |
# Dataset Description
|
69 |
This is the [MKQA](https://github.com/apple/ml-mkqa?tab=readme-ov-file) ***with query embeddings***, which can be used jointly with [Multilingual Embeddings for Wikipedia in 300+ Languages](https://huggingface.co/datasets/Cohere/wikipedia-2023-11-embed-multilingual-v3) for doing multilingual passage retrieval, since the vectors are calculated via the same embedder [Cohere Embed v3](https://cohere.com/blog/introducing-embed-v3).
|