HelpSteer2 / README.md
Juyoung Suk
Upload dataset
6350b47 verified
|
raw
history blame
845 Bytes
metadata
language:
  - en
license: cc-by-4.0
size_categories:
  - 10K<n<100K
pretty_name: HelpSteer2
tags:
  - human-feedback
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: response
      dtype: string
    - name: helpfulness
      dtype: int32
    - name: correctness
      dtype: int32
    - name: coherence
      dtype: int32
    - name: complexity
      dtype: int32
    - name: verbosity
      dtype: int32
    - name: score
      dtype: int32
    - name: rationale
      dtype: string
    - name: completion
      dtype: string
  splits:
    - name: train
      num_bytes: 85136458
      num_examples: 19919
    - name: validation
      num_bytes: 4316335
      num_examples: 1016
  download_size: 41257417
  dataset_size: 89452793
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*