imenelydiaker commited on
Commit
27148a4
•
1 Parent(s): 10bc098

update file structure

Browse files
README.md CHANGED
@@ -11,11 +11,11 @@ configs:
11
  - config_name: documents
12
  data_files:
13
  - split: test
14
- path: data/test/documents.json
15
  - config_name: queries
16
  data_files:
17
  - split: test
18
- path: data/test/queries.json
19
  ---
20
  # Syntec dataset for information retrieval
21
 
@@ -58,4 +58,4 @@ https://www.syntec.fr/
58
  ### Contact
59
 
60
  mathieu@wikit.ai
61
- marion@wikit.ai
 
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.json
19
  ---
20
  # Syntec dataset for information retrieval
21
 
 
58
  ### Contact
59
 
60
  mathieu@wikit.ai
61
+ marion@wikit.ai
data/test/documents.json → documents.json RENAMED
File without changes
data/test/queries.json → queries.json RENAMED
File without changes