Emad-sd-dataset / README.md
tuenguyen's picture
Update README.md
b5a3c71 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: image
      dtype:
        image:
          decode: false
    - name: prompt
      dtype: string
  splits:
    - name: train
      num_bytes: 131408
      num_examples: 20
  download_size: 132624
  dataset_size: 131408
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

SD3 Image Dataset

This dataset serves as an example for training a text-to-image (Media) fine-tuning platform.

It consists of two columns:

  • image (required): The file path to the image.
  • prompt (optional): The text prompt associated with the image.