10k_prompts_ranked / README.md
lewtun's picture
lewtun HF staff
Upload dataset
8f4c273 verified
metadata
dataset_info:
  features:
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: quality
      list:
        - name: user_id
          dtype: string
          id: question
        - name: value
          dtype: string
          id: suggestion
        - name: status
          dtype: string
          id: question
    - name: metadata
      dtype: string
      id: metadata
    - name: avg_rating
      dtype: float64
    - name: num_responses
      dtype: int64
    - name: agreement_ratio
      dtype: float64
    - name: raw_responses
      sequence: int64
    - name: kind
      dtype: string
    - name: cluster_description
      dtype: string
    - name: topic
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: num_prompt_tokens
      dtype: int64
  splits:
    - name: train
      num_bytes: 14727695.10957313
      num_examples: 10193
    - name: test
      num_bytes: 144488.32639628302
      num_examples: 100
  download_size: 6506768
  dataset_size: 14872183.435969412
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*