Datasets:

Modalities:
Text
Formats:
json
Languages:
French
ArXiv:
Libraries:
Datasets
pandas
License:
mciancone commited on
Commit
fcf295e
1 Parent(s): f7337bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -9,10 +9,15 @@ size_categories:
9
  - 1K<n<10K
10
  configs:
11
  - config_name: documents
12
- data_files: documents.json
 
 
13
  - config_name: queries
14
- data_files: queries.json
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).