lhoestq HF staff commited on
Commit
854fbc6
1 Parent(s): 5225164

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +144 -1
README.md CHANGED
@@ -3,6 +3,149 @@ language:
3
  - en
4
  paperswithcode_id: biomrc
5
  pretty_name: BIOMRC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "biomrc"
@@ -291,4 +434,4 @@ The data fields are the same among all splits.
291
 
292
  ### Contributions
293
 
294
- Thanks to [@lewtun](https://github.com/lewtun), [@PetrosStav](https://github.com/PetrosStav), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
3
  - en
4
  paperswithcode_id: biomrc
5
  pretty_name: BIOMRC
6
+ dataset_info:
7
+ - config_name: plain_text
8
+ features:
9
+ - name: abstract
10
+ dtype: string
11
+ - name: title
12
+ dtype: string
13
+ - name: entities_list
14
+ sequence: string
15
+ - name: answer
16
+ dtype: string
17
+ splits:
18
+ - name: test
19
+ num_bytes: 147832373
20
+ num_examples: 62707
21
+ - name: train
22
+ num_bytes: 1653301820
23
+ num_examples: 700000
24
+ - name: validation
25
+ num_bytes: 119697683
26
+ num_examples: 50000
27
+ download_size: 408080356
28
+ dataset_size: 1920831876
29
+ - config_name: biomrc_large_A
30
+ features:
31
+ - name: abstract
32
+ dtype: string
33
+ - name: title
34
+ dtype: string
35
+ - name: entities_list
36
+ sequence: string
37
+ - name: answer
38
+ dtype: string
39
+ splits:
40
+ - name: test
41
+ num_bytes: 147832373
42
+ num_examples: 62707
43
+ - name: train
44
+ num_bytes: 1653301820
45
+ num_examples: 700000
46
+ - name: validation
47
+ num_bytes: 119697683
48
+ num_examples: 50000
49
+ download_size: 408080356
50
+ dataset_size: 1920831876
51
+ - config_name: biomrc_large_B
52
+ features:
53
+ - name: abstract
54
+ dtype: string
55
+ - name: title
56
+ dtype: string
57
+ - name: entities_list
58
+ sequence: string
59
+ - name: answer
60
+ dtype: string
61
+ splits:
62
+ - name: test
63
+ num_bytes: 118708586
64
+ num_examples: 62707
65
+ - name: train
66
+ num_bytes: 1325877001
67
+ num_examples: 700000
68
+ - name: validation
69
+ num_bytes: 96414040
70
+ num_examples: 50000
71
+ download_size: 343061539
72
+ dataset_size: 1540999627
73
+ - config_name: biomrc_small_A
74
+ features:
75
+ - name: abstract
76
+ dtype: string
77
+ - name: title
78
+ dtype: string
79
+ - name: entities_list
80
+ sequence: string
81
+ - name: answer
82
+ dtype: string
83
+ splits:
84
+ - name: test
85
+ num_bytes: 14807799
86
+ num_examples: 6250
87
+ - name: train
88
+ num_bytes: 206553549
89
+ num_examples: 87500
90
+ - name: validation
91
+ num_bytes: 14957163
92
+ num_examples: 6250
93
+ download_size: 68879274
94
+ dataset_size: 236318511
95
+ - config_name: biomrc_small_B
96
+ features:
97
+ - name: abstract
98
+ dtype: string
99
+ - name: title
100
+ dtype: string
101
+ - name: entities_list
102
+ sequence: string
103
+ - name: answer
104
+ dtype: string
105
+ splits:
106
+ - name: test
107
+ num_bytes: 11911172
108
+ num_examples: 6250
109
+ - name: train
110
+ num_bytes: 165662937
111
+ num_examples: 87500
112
+ - name: validation
113
+ num_bytes: 12047304
114
+ num_examples: 6250
115
+ download_size: 57706889
116
+ dataset_size: 189621413
117
+ - config_name: biomrc_tiny_A
118
+ features:
119
+ - name: abstract
120
+ dtype: string
121
+ - name: title
122
+ dtype: string
123
+ - name: entities_list
124
+ sequence: string
125
+ - name: answer
126
+ dtype: string
127
+ splits:
128
+ - name: test
129
+ num_bytes: 70914
130
+ num_examples: 30
131
+ download_size: 22519
132
+ dataset_size: 70914
133
+ - config_name: biomrc_tiny_B
134
+ features:
135
+ - name: abstract
136
+ dtype: string
137
+ - name: title
138
+ dtype: string
139
+ - name: entities_list
140
+ sequence: string
141
+ - name: answer
142
+ dtype: string
143
+ splits:
144
+ - name: test
145
+ num_bytes: 59925
146
+ num_examples: 30
147
+ download_size: 19685
148
+ dataset_size: 59925
149
  ---
150
 
151
  # Dataset Card for "biomrc"
 
434
 
435
  ### Contributions
436
 
437
+ Thanks to [@lewtun](https://github.com/lewtun), [@PetrosStav](https://github.com/PetrosStav), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.