Datasets:

Modalities:
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
License:
zasca-sum / README.md
abumafrim's picture
Upload dataset
47059a8 verified
|
raw
history blame
1.18 kB
metadata
license: cc-by-sa-4.0
dataset_info:
  - config_name: with_summaries
    features:
      - name: id
        dtype: int64
      - name: type
        dtype: string
      - name: year
        dtype: int64
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 57872483
        num_examples: 1521
      - name: validation
        num_bytes: 10986401
        num_examples: 299
      - name: test
        num_bytes: 11292621
        num_examples: 298
    download_size: 42164263
    dataset_size: 80151505
  - config_name: without_summaries
    features:
      - name: id
        dtype: int64
      - name: type
        dtype: string
      - name: year
        dtype: int64
      - name: input
        dtype: string
    splits:
      - name: all_data
        num_bytes: 55930160
        num_examples: 2053
    download_size: 29656264
    dataset_size: 55930160
configs:
  - config_name: with_summaries
    data_files:
      - split: train
        path: with_summaries/train-*
      - split: validation
        path: with_summaries/validation-*
      - split: test
        path: with_summaries/test-*
  - config_name: without_summaries
    data_files:
      - split: all_data
        path: without_summaries/all_data-*