nschantz21 commited on
Commit
3f0d3db
1 Parent(s): 2cb2148

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: qid
7
+ dtype: int64
8
+ - name: iteration
9
+ dtype: int64
10
+ - name: pid
11
+ dtype: int64
12
+ - name: relevancy
13
+ dtype: int64
14
+ - name: query
15
+ dtype: string
16
+ - name: passage
17
+ dtype: string
18
+ - name: passage_class
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 64530835
23
+ num_examples: 53276
24
+ download_size: 34349985
25
+ dataset_size: 64530835
26
+ ---
27
+ # Dataset Card for "ms_marco_large_sample"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)