mlburnham's picture
Upload README.md with huggingface_hub
6ce415a verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hatespeech
      dtype: int64
    - name: entailment
      dtype: int64
    - name: hypothesis
      dtype: string
    - name: validation_label
      dtype: int64
    - name: validation_source
      dtype: string
  splits:
    - name: train
      num_bytes: 498092
      num_examples: 2250
    - name: test
      num_bytes: 167812
      num_examples: 750
  download_size: 335170
  dataset_size: 665904

Dataset Card for "hatespeech_entailment"

More Information needed