Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,15 @@ size_categories:
|
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
- config_name: documents
|
12 |
-
data_files:
|
|
|
|
|
13 |
- config_name: queries
|
14 |
-
data_files:
|
15 |
-
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
This is a re-edit from the Alloprof dataset (which can be found here : https://huggingface.co/datasets/antoinelb7/alloprof).
|
|
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
- config_name: documents
|
12 |
+
data_files:
|
13 |
+
- split: test
|
14 |
+
path: documents.json
|
15 |
- config_name: queries
|
16 |
+
data_files:
|
17 |
+
- split: test
|
18 |
+
path: queries-test.json
|
19 |
+
- split: train
|
20 |
+
path: queries-train.json
|
21 |
---
|
22 |
|
23 |
This is a re-edit from the Alloprof dataset (which can be found here : https://huggingface.co/datasets/antoinelb7/alloprof).
|