clcp_appreviews / README.md
aarabil's picture
Upload dataset
9679e70 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: 586844
      num_examples: 2000
    - name: test
      num_bytes: 2414054
      num_examples: 8000
  download_size: 771658
  dataset_size: 3000898
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*