sileod's picture
Upload README.md with huggingface_hub
ff18687 verified
metadata
license: cc-by-4.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: anchor
      dtype: string
    - name: target
      dtype: string
    - name: rating
      dtype: string
    - name: score
      dtype: float64
    - name: context
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: train
      num_bytes: 3052810
      num_examples: 36473
    - name: validation
      num_bytes: 242695
      num_examples: 2843
    - name: test
      num_bytes: 770452
      num_examples: 9232
  download_size: 721129
  dataset_size: 4065957