add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -18,6 +18,58 @@ task_categories:
|
|
| 18 |
task_ids: []
|
| 19 |
paperswithcode_id: totto
|
| 20 |
pretty_name: ToTTo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Dataset Card for ToTTo
|
|
|
|
| 18 |
task_ids: []
|
| 19 |
paperswithcode_id: totto
|
| 20 |
pretty_name: ToTTo
|
| 21 |
+
dataset_info:
|
| 22 |
+
features:
|
| 23 |
+
- name: id
|
| 24 |
+
dtype: int32
|
| 25 |
+
- name: table_page_title
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: table_webpage_url
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: table_section_title
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: table_section_text
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: table
|
| 34 |
+
list:
|
| 35 |
+
list:
|
| 36 |
+
- name: column_span
|
| 37 |
+
dtype: int32
|
| 38 |
+
- name: is_header
|
| 39 |
+
dtype: bool
|
| 40 |
+
- name: row_span
|
| 41 |
+
dtype: int32
|
| 42 |
+
- name: value
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: highlighted_cells
|
| 45 |
+
sequence:
|
| 46 |
+
sequence: int32
|
| 47 |
+
- name: example_id
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: sentence_annotations
|
| 50 |
+
sequence:
|
| 51 |
+
- name: original_sentence
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: sentence_after_deletion
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: sentence_after_ambiguity
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: final_sentence
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: overlap_subset
|
| 60 |
+
dtype: string
|
| 61 |
+
splits:
|
| 62 |
+
- name: test
|
| 63 |
+
num_bytes: 40883586
|
| 64 |
+
num_examples: 7700
|
| 65 |
+
- name: train
|
| 66 |
+
num_bytes: 652754806
|
| 67 |
+
num_examples: 120761
|
| 68 |
+
- name: validation
|
| 69 |
+
num_bytes: 47277039
|
| 70 |
+
num_examples: 7700
|
| 71 |
+
download_size: 187724372
|
| 72 |
+
dataset_size: 740915431
|
| 73 |
---
|
| 74 |
|
| 75 |
# Dataset Card for ToTTo
|