Datasets:
mteb
/

Modalities:
Text
Languages:
German
ArXiv:
Libraries:
Datasets
License:
rasdani commited on
Commit
d3dc674
1 Parent(s): 63ea1bd

host qrels in this dataset, too

Browse files
README.md CHANGED
@@ -8,6 +8,10 @@ configs:
8
  data_files:
9
  - split: queries
10
  path: "queries/data-00000-of-00001.arrow"
 
 
 
 
11
  license: cc-by-4.0
12
  language:
13
  - de
 
8
  data_files:
9
  - split: queries
10
  path: "queries/data-00000-of-00001.arrow"
11
+ - config_name: qrels
12
+ data_files:
13
+ - split: test
14
+ path: "test/data-00000-of-00001.arrow"
15
  license: cc-by-4.0
16
  language:
17
  - de
test/data-00000-of-00001.arrow ADDED
Binary file (52.2 kB). View file
 
test/dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "query-id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "corpus-id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "score": {
14
+ "dtype": "int32",
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": ""
20
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "46dd47bcd20bd91b",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }