atmallen's picture
Upload README.md with huggingface_hub
01ed3ea
|
raw
history blame
1.02 kB
metadata
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: label
      dtype:
        class_label:
          names:
            '0': negative
            '1': positive
    - name: id
      dtype: string
    - name: choices
      sequence: string
    - name: bob_label
      dtype: int64
    - name: difficulty
      dtype: float64
    - name: statement
      dtype: string
    - name: character
      dtype: string
    - name: alice_label
      dtype: int64
  splits:
    - name: train
      num_bytes: 148565424
      num_examples: 245975
    - name: validation
      num_bytes: 1201716
      num_examples: 2000
    - name: test
      num_bytes: 1209232
      num_examples: 2000
  download_size: 81569440
  dataset_size: 150976372

Dataset Card for "quirky_sentiment_bob"

More Information needed