vwxyzjn's picture
Upload dataset
063f722 verified
|
raw
history blame contribute delete
No virus
759 Bytes
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: id
      dtype: string
    - name: subreddit
      dtype: string
    - name: title
      dtype: string
    - name: post
      dtype: string
    - name: summary
      dtype: string
  splits:
    - name: train
      num_bytes: 232729
      num_examples: 50
    - name: validation
      num_bytes: 232112
      num_examples: 50
    - name: test
      num_bytes: 219289
      num_examples: 50
  download_size: 486396
  dataset_size: 684130
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*