add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -18,6 +18,34 @@ task_categories:
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: wikibio
|
20 |
pretty_name: WikiBio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for [Dataset Name]
|
@@ -201,4 +229,4 @@ For refering the original paper in BibTex format:
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
-
Thanks to [@alejandrocros](https://github.com/alejandrocros) for adding this dataset.
|
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: wikibio
|
20 |
pretty_name: WikiBio
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: input_text
|
24 |
+
struct:
|
25 |
+
- name: table
|
26 |
+
sequence:
|
27 |
+
- name: column_header
|
28 |
+
dtype: string
|
29 |
+
- name: row_number
|
30 |
+
dtype: int16
|
31 |
+
- name: content
|
32 |
+
dtype: string
|
33 |
+
- name: context
|
34 |
+
dtype: string
|
35 |
+
- name: target_text
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_bytes: 77264695
|
40 |
+
num_examples: 72831
|
41 |
+
- name: train
|
42 |
+
num_bytes: 619269257
|
43 |
+
num_examples: 582659
|
44 |
+
- name: val
|
45 |
+
num_bytes: 77335069
|
46 |
+
num_examples: 72831
|
47 |
+
download_size: 333998704
|
48 |
+
dataset_size: 773869021
|
49 |
---
|
50 |
|
51 |
# Dataset Card for [Dataset Name]
|
|
|
229 |
|
230 |
### Contributions
|
231 |
|
232 |
+
Thanks to [@alejandrocros](https://github.com/alejandrocros) for adding this dataset.
|