parsak commited on
Commit
5b09ac2
1 Parent(s): f50bfc6

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -53,7 +53,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
- data/collection.subset.tr.tsv filter=lfs diff=lfs merge=lfs -text
57
- data/queries.train.tr.tsv filter=lfs diff=lfs merge=lfs -text
58
- data/qidpidtriples/qidpidtriples.train.full.chunk1.tsv filter=lfs diff=lfs merge=lfs -text
59
- data/qrels.train.tsv filter=lfs diff=lfs merge=lfs -text
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ data/collection/collection.subset.tr.tsv filter=lfs diff=lfs merge=lfs -text
57
+ data/qrels/qrels.train.tsv filter=lfs diff=lfs merge=lfs -text
58
+ data/queries/queries.train.tr.tsv filter=lfs diff=lfs merge=lfs -text
59
+ data/triples/qidpidtriples.train.full.chunk1.tsv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  dataset_info:
3
 
4
- - config_name: passages (subset)
5
  features:
6
  - name: pid
7
  dtype: int64
@@ -27,34 +27,49 @@ dataset_info:
27
  features:
28
  - name: qid
29
  dtype: int64
30
- - name: qrank
31
  dtype: int64
32
  - name: pid
33
  dtype: int64
34
- - name: prank
35
  dtype: int64
36
  splits:
37
  - name: train
38
 
 
 
 
 
 
 
 
 
 
 
39
  configs:
40
  # - config_name: default
41
  # data_files:
42
  # - split: train
43
  # path: data/train-*
44
- - config_name: passages (subset)
45
  data_files:
46
  - split: train
47
- path: data/collection.subset.tr.tsv
48
 
49
  - config_name: queries
50
  data_files:
51
  - split: train
52
- path: data/queries.train.tr.tsv
53
 
54
  - config_name: qrels
55
  data_files:
56
  - split: train
57
- path: data/qrels.train.tsv
 
 
 
 
 
58
 
59
  license: apache-2.0
60
  task_categories:
@@ -74,4 +89,4 @@ size_categories:
74
  ---
75
  # Dataset Card for "msmarco-tr"
76
 
77
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
1
  ---
2
  dataset_info:
3
 
4
+ - config_name: passages
5
  features:
6
  - name: pid
7
  dtype: int64
 
27
  features:
28
  - name: qid
29
  dtype: int64
30
+ - name: q0
31
  dtype: int64
32
  - name: pid
33
  dtype: int64
34
+ - name: rank
35
  dtype: int64
36
  splits:
37
  - name: train
38
 
39
+ - config_name: triples
40
+ features:
41
+ - name: qid
42
+ dtype: int64
43
+ - name: pid_pos
44
+ dtype: int64
45
+ - name: pid_neg
46
+ dtype: int64
47
+ splits:
48
+ - name: train
49
  configs:
50
  # - config_name: default
51
  # data_files:
52
  # - split: train
53
  # path: data/train-*
54
+ - config_name: passages
55
  data_files:
56
  - split: train
57
+ path: data/collection/train-*
58
 
59
  - config_name: queries
60
  data_files:
61
  - split: train
62
+ path: data/queries/train-*
63
 
64
  - config_name: qrels
65
  data_files:
66
  - split: train
67
+ path: data/qrels/train-*
68
+
69
+ - config_name: triples
70
+ data_files:
71
+ - split: train
72
+ path: data/triples/train-*
73
 
74
  license: apache-2.0
75
  task_categories:
 
89
  ---
90
  # Dataset Card for "msmarco-tr"
91
 
92
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
data/{collection.subset.tr.tsv → collection/collection.subset.tr.tsv} RENAMED
File without changes
data/{train-00000-of-00001-9e15ec877303fcdf.parquet → collection/train-00000-of-00001-9e15ec877303fcdf.parquet} RENAMED
File without changes
data/qrels/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "qid": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "q0": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "pid": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "rank": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": ""
24
+ }
data/{qrels.train.tsv → qrels/qrels.train.tsv} RENAMED
File without changes
data/qrels/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "train-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "782d38943f4a7a8f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
data/qrels/train-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960e0b2628818a13d6a034e48c714342199dc7e919199e5dbe3262cce5a72847
3
+ size 17202408
data/queries/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "qid": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": ""
16
+ }
data/{queries.train.tr.tsv → queries/queries.train.tr.tsv} RENAMED
File without changes
data/queries/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "train-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "62a260db0dfbc874",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
data/queries/train-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f1408744bc0f8e470358e01dbfca61f5b287fd334885b1fc148c210fcfee2b
3
+ size 23845000
data/triples/dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "qid": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "pid_pos": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "pid_neg": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": ""
20
+ }
data/{qidpidtriples → triples}/qidpidtriples.train.full.chunk1.tsv RENAMED
File without changes
data/triples/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "train-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "86ae9b0b116e1305",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
data/triples/train-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1895225f1a330f85c5c204cf3b43d65392756e87fa09365cf5f7a582aafc40c
3
+ size 24240464