clcp_amazonpolarity / README.md
aarabil's picture
Upload dataset
3d08c60 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: hypothesis
      dtype: string
    - name: labels
      dtype:
        class_label:
          names:
            '0': entailment
            '1': not_entailment
    - name: task_name
      dtype: string
    - name: label_text
      dtype: string
  splits:
    - name: train
      num_bytes: 1080886
      num_examples: 2000
    - name: test
      num_bytes: 10798222
      num_examples: 20000
  download_size: 3408501
  dataset_size: 11879108
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*