erbacher's picture
Upload README.md with huggingface_hub
0ae11ac verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: initial_prompt
      dtype: string
    - name: full_prompt
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 13020132.722705865
      num_examples: 6807
    - name: test
      num_bytes: 382551.27729413443
      num_examples: 200
  download_size: 6596084
  dataset_size: 13402684

Dataset Card for "proactive_image_generation"

More Information needed