TweetSumm-tuned / README.md
Andyrasika's picture
Upload README.md with huggingface_hub
965ccbc
metadata
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: conversation
      dtype: string
    - name: summary
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 2268632
      num_examples: 879
    - name: validation
      num_bytes: 267236
      num_examples: 110
    - name: test
      num_bytes: 296944
      num_examples: 110
  download_size: 1595884
  dataset_size: 2832812

Dataset Card for "TweetSumm-tuned"

More Information needed