clcp_hateoffensive / README.md
aarabil's picture
Upload dataset
ca638fe 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: 423869
      num_examples: 2152
    - name: test
      num_bytes: 493480
      num_examples: 2586
  download_size: 189961
  dataset_size: 917349
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*