synth_ds_test5 / README.md
chansung's picture
Upload README.md with huggingface_hub
bd46305 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: generators
      dtype: string
    - name: prompt_id
      dtype: string
    - name: seed_prompts
      sequence: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: category
      dtype: string
  splits:
    - name: test
      num_bytes: 2323456
      num_examples: 170
    - name: train
      num_bytes: 4062936
      num_examples: 315
  download_size: 182075
  dataset_size: 6386392

Dataset Card for "synth_ds_test5"

More Information needed