mlburnham's picture
Upload README.md with huggingface_hub
ca0542f 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: violence
      dtype: int64
    - name: hypothesis
      dtype: string
    - name: entailment
      dtype: int64
    - name: target
      dtype: string
    - name: validated_label
      dtype: int64
    - name: validation_source
      dtype: string
  splits:
    - name: train
      num_bytes: 1439448
      num_examples: 5257
    - name: test
      num_bytes: 355503
      num_examples: 1427
  download_size: 706429
  dataset_size: 1794951

Dataset Card for "violent_hatespeech_entailment"

More Information needed