File size: 883 Bytes
0c674f5
 
3fa9da5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6a5aa74
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: table_page_title
    dtype: string
  - name: table_section_title
    dtype: string
  - name: target
    dtype: string
  - name: table_lines
    dtype: string
  - name: table
    list:
      list:
      - name: column_span
        dtype: int64
      - name: is_header
        dtype: bool
      - name: row_span
        dtype: int64
      - name: value
        dtype: string
  splits:
  - name: train
    num_bytes: 265688849.12795383
    num_examples: 29047
  - name: test
    num_bytes: 6814410.872046187
    num_examples: 745
  download_size: 10695656
  dataset_size: 272503260
task_categories:
- table-to-text
language:
- en
tags:
- climate
size_categories:
- 10K<n<100K
---