dolly_summarization / README.md
lionelchg's picture
Upload README.md with huggingface_hub
e530b62
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: context
      dtype: string
    - name: response
      dtype: string
    - name: category
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 4333426.585858586
      num_examples: 1128
    - name: test
      num_bytes: 230501.41414141413
      num_examples: 60
  download_size: 2728811
  dataset_size: 4563928

Dataset Card for "dolly_summarization"

More Information needed