clcp_manifesto / README.md
aarabil's picture
Upload dataset
018a357 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: 4441629
      num_examples: 10000
    - name: test
      num_bytes: 417565056
      num_examples: 953008
  download_size: 10022325
  dataset_size: 422006685
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*