WeatherGov-dataset / README.md
aazer's picture
Update README.md
6a5aa74
metadata
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