es_hate_speech / README.md
finiteautomata's picture
Upload README.md with huggingface_hub
3adfe5c
|
raw
history blame contribute delete
No virus
807 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: text
      dtype: string
    - name: HS
      dtype:
        class_label:
          names:
            '0': OK
            '1': HATEFUL
    - name: TR
      dtype:
        class_label:
          names:
            '0': GROUP
            '1': INDIVIDUAL
    - name: AG
      dtype:
        class_label:
          names:
            '0': NOT AGGRESSIVE
            '1': AGGRESSIVE
  splits:
    - name: dev
      num_bytes: 84567
      num_examples: 500
    - name: test
      num_bytes: 279000
      num_examples: 1600
    - name: train
      num_bytes: 752199
      num_examples: 4500
  download_size: 698251
  dataset_size: 1115766

Dataset Card for "es_hate_speech"

More Information needed