deu05232 commited on
Commit
4cd5f3f
·
verified ·
1 Parent(s): db9d2e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query_id
5
+ dtype: string
6
+ - name: query
7
+ dtype: string
8
+ - name: positive_passages
9
+ list:
10
+ - name: docid
11
+ dtype: string
12
+ - name: title
13
+ dtype: string
14
+ - name: text
15
+ dtype: string
16
+ - name: negative_passages
17
+ list:
18
+ - name: docid
19
+ dtype: string
20
+ - name: title
21
+ dtype: string
22
+ - name: text
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 22236516633
27
+ num_examples: 181006
28
+ - name: dev
29
+ num_bytes: 564045150
30
+ num_examples: 5000
31
+ download_size: 290237168
32
+ dataset_size: 22800561783
33
+ ---
34
+ # Dataset Card for "msmarco-document_half"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)