File size: 1,101 Bytes
f1a5390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "dataset_info": {
    "description": "Datasets for training Two-Tower models",
    "citation": "@article{msmarco, title={MS MARCO: A Human Generated MAchine Reading COmprehension Dataset}, author={Nguyen, Tri and Rosenberg, Matthew and Song, Xia and Gao, Jianfeng and Tiwary, Saurabh and Majumder, Rangan and Deng, Li}, journal={arXiv preprint arXiv:1611.09268}, year={2016}}",
    "homepage": "https://huggingface.co/datasets/mlx7-two-tower-data",
    "license": "mit",
    "features": {
      "q_text": {
        "dtype": "string",
        "description": "Query text"
      },
      "d_pos_text": {
        "dtype": "string",
        "description": "Positive (relevant) document text"
      },
      "d_neg_text": {
        "dtype": "string",
        "description": "Negative (non-relevant) document text"
      }
    },
    "splits": {
      "train": {
        "name": "train",
        "num_examples": "varies by dataset",
        "dataset_files": [
          "classic_triplets.parquet",
          "intra_query_neg.parquet",
          "multi_pos_multi_neg.parquet"
        ]
      }
    }
  }
}