email_subject_gen / README.md
chats-bug's picture
Upload README.md with huggingface_hub
dbd7290
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: subject_line
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 33264969.9304227
      num_examples: 59489
    - name: test
      num_bytes: 1751347.0695772984
      num_examples: 3132
  download_size: 10335744
  dataset_size: 35016317

Dataset Card for "email_subject_dataset"

More Information needed