compred / README.md
shocheen's picture
Upload README.md with huggingface_hub
bebe7e1 verified
|
raw
history blame
1.91 kB
metadata
dataset_info:
  - config_name: history
    features:
      - name: domain
        dtype: string
      - name: post_id
        dtype: string
      - name: history
        dtype: string
      - name: title
        dtype: string
      - name: c_root_id_A
        dtype: string
      - name: c_root_id_B
        dtype: string
      - name: created_at_utc_A
        dtype: float64
      - name: created_at_utc_B
        dtype: float64
      - name: score_A
        dtype: int64
      - name: score_B
        dtype: int64
      - name: human_ref_A
        dtype: string
      - name: human_ref_B
        dtype: string
      - name: labels
        dtype: int64
      - name: overlap_ratio
        dtype: float64
      - name: seconds_difference
        dtype: float64
      - name: score_ratio
        dtype: float64
      - name: len_ratio
        dtype: float64
    splits:
      - name: validation_pref
        num_bytes: 11033885
        num_examples: 7255
      - name: test_pref
        num_bytes: 8347339
        num_examples: 5511
    download_size: 2225614
    dataset_size: 19381224
  - config_name: history_test_prompts
    features:
      - name: rank
        dtype: int64
      - name: only_comment
        dtype: bool
      - name: domain
        dtype: string
      - name: post_id
        dtype: string
      - name: title
        dtype: string
      - name: history
        dtype: string
      - name: c_root_id
        dtype: string
      - name: created_at_utc
        dtype: float64
      - name: score
        dtype: int64
      - name: human_ref
        dtype: string
    splits:
      - name: test_prompts
        num_bytes: 1461426
        num_examples: 1027
    download_size: 818158
    dataset_size: 1461426
configs:
  - config_name: history
    data_files:
      - split: validation_pref
        path: history/validation_pref-*
      - split: test_pref
        path: history/test_pref-*
  - config_name: history_test_prompts
    data_files:
      - split: test_prompts
        path: history_test_prompts/test_prompts-*

Dataset Card for "compred"

More Information needed