lhoestq HF staff commited on
Commit
98fbdb1
1 Parent(s): 7d89edd

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +66 -1
README.md CHANGED
@@ -3,6 +3,71 @@ language:
3
  - en
4
  paperswithcode_id: ms-marco
5
  pretty_name: Microsoft Machine Reading Comprehension Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "ms_marco"
@@ -213,4 +278,4 @@ The data fields are the same among all splits.
213
 
214
  ### Contributions
215
 
216
- Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
3
  - en
4
  paperswithcode_id: ms-marco
5
  pretty_name: Microsoft Machine Reading Comprehension Dataset
6
+ dataset_info:
7
+ - config_name: v1.1
8
+ features:
9
+ - name: answers
10
+ sequence: string
11
+ - name: passages
12
+ sequence:
13
+ - name: is_selected
14
+ dtype: int32
15
+ - name: passage_text
16
+ dtype: string
17
+ - name: url
18
+ dtype: string
19
+ - name: query
20
+ dtype: string
21
+ - name: query_id
22
+ dtype: int32
23
+ - name: query_type
24
+ dtype: string
25
+ - name: wellFormedAnswers
26
+ sequence: string
27
+ splits:
28
+ - name: test
29
+ num_bytes: 41020711
30
+ num_examples: 9650
31
+ - name: train
32
+ num_bytes: 350884446
33
+ num_examples: 82326
34
+ - name: validation
35
+ num_bytes: 42710107
36
+ num_examples: 10047
37
+ download_size: 168698008
38
+ dataset_size: 434615264
39
+ - config_name: v2.1
40
+ features:
41
+ - name: answers
42
+ sequence: string
43
+ - name: passages
44
+ sequence:
45
+ - name: is_selected
46
+ dtype: int32
47
+ - name: passage_text
48
+ dtype: string
49
+ - name: url
50
+ dtype: string
51
+ - name: query
52
+ dtype: string
53
+ - name: query_id
54
+ dtype: int32
55
+ - name: query_type
56
+ dtype: string
57
+ - name: wellFormedAnswers
58
+ sequence: string
59
+ splits:
60
+ - name: test
61
+ num_bytes: 406197152
62
+ num_examples: 101092
63
+ - name: train
64
+ num_bytes: 3466972085
65
+ num_examples: 808731
66
+ - name: validation
67
+ num_bytes: 414286005
68
+ num_examples: 101093
69
+ download_size: 1384271865
70
+ dataset_size: 4287455242
71
  ---
72
 
73
  # Dataset Card for "ms_marco"
 
278
 
279
  ### Contributions
280
 
281
+ Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.