t2i_reward_v3 / README.md
toilaluan's picture
Upload README.md with huggingface_hub
3c72989
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: model_type
      dtype: string
    - name: request_id
      dtype: int64
    - name: topic
      dtype: string
    - name: reward
      dtype: float64
    - name: individual_rewards
      struct:
        - name: image_rewarder
          dtype: float64
        - name: hps_v2_rewarder
          dtype: float64
  splits:
    - name: train
      num_bytes: 205400
      num_examples: 2400
  download_size: 49480
  dataset_size: 205400

Dataset Card for "t2i_reward_v3"

More Information needed