Datasets:
Tasks:
Table to Text
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
climate
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: int64
|
14 |
+
- name: table_page_title
|
15 |
+
dtype: string
|
16 |
+
- name: table_section_title
|
17 |
+
dtype: string
|
18 |
+
- name: target
|
19 |
+
dtype: string
|
20 |
+
- name: table_lines
|
21 |
+
dtype: string
|
22 |
+
- name: table
|
23 |
+
list:
|
24 |
+
list:
|
25 |
+
- name: column_span
|
26 |
+
dtype: int64
|
27 |
+
- name: is_header
|
28 |
+
dtype: bool
|
29 |
+
- name: row_span
|
30 |
+
dtype: int64
|
31 |
+
- name: value
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 265688849.12795383
|
36 |
+
num_examples: 29047
|
37 |
+
- name: test
|
38 |
+
num_bytes: 6814410.872046187
|
39 |
+
num_examples: 745
|
40 |
+
download_size: 10695656
|
41 |
+
dataset_size: 272503260.0
|
42 |
---
|