pszemraj's picture
Upload README.md with huggingface_hub
689f58a
|
raw
history blame
1.81 kB
metadata
language:
  - en
license: apache-2.0
size_categories:
  - 100K<n<1M
source_datasets: xsum
task_categories:
  - summarization
  - text2text-generation
tags:
  - stacked summaries
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: document
      dtype: string
    - name: summary
      dtype: string
    - name: id
      dtype: int64
    - name: chapter_length
      dtype: int64
    - name: summary_length
      dtype: int64
    - name: is_stacked
      dtype: bool
  splits:
    - name: train
      num_bytes: 437045277
      num_examples: 116994
    - name: validation
      num_bytes: 24723155
      num_examples: 6603
    - name: test
      num_bytes: 24228493
      num_examples: 6499
  download_size: 313190936
  dataset_size: 485996925

stacked-summaries/onlystacked-xsum-1024

Same thing as stacked-summaries/stacked-xsum-1024 but filtered such that is_stacked=True. Please refer to the original dataset for info and to raise issues if needed.

Basic info on train split:

<class 'pandas.core.frame.DataFrame'>
RangeIndex: 116994 entries, 0 to 116993
Data columns (total 6 columns):
 #   Column          Non-Null Count   Dtype  
---  ------          --------------   -----  
 0   document        116994 non-null  string 
 1   summary         116994 non-null  string 
 2   id              116994 non-null  Int64  
 3   chapter_length  116994 non-null  Int64  
 4   summary_length  116994 non-null  Int64  
 5   is_stacked      116994 non-null  boolean
dtypes: Int64(3), boolean(1), string(2)
memory usage: 5.0 MB

If you are interested in subscribing to this dataset on OnlyStacks, please reach out.