hateval_enriched / README.md
finiteautomata's picture
Upload README.md with huggingface_hub
77772c9
|
raw
history blame
1.79 kB
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
    - name: entities
      list:
        - name: '@type'
          dtype: string
        - name: end
          dtype: int64
        - name: kg_result
          struct:
            - name: '@id'
              dtype: string
            - name: '@type'
              sequence: string
            - name: description
              dtype: string
            - name: detailedDescription
              struct:
                - name: articleBody
                  dtype: string
                - name: license
                  dtype: string
                - name: url
                  dtype: string
            - name: image
              struct:
                - name: contentUrl
                  dtype: string
                - name: url
                  dtype: string
            - name: name
              dtype: string
            - name: url
              dtype: string
        - name: resultScore
          dtype: float64
        - name: score
          dtype: float64
        - name: similarity
          dtype: float64
        - name: start
          dtype: int64
        - name: text
          dtype: string
        - name: type
          dtype: string
        - name: wikidata_id
          dtype: string
  splits:
    - name: train
      num_bytes: 5979348
      num_examples: 9000
    - name: test
      num_bytes: 2177337
      num_examples: 3000
    - name: dev
      num_bytes: 833521
      num_examples: 1000
  download_size: 2993071
  dataset_size: 8990206

Dataset Card for "hateval_enriched"

More Information needed