hateval_enriched / README.md
finiteautomata's picture
Upload README.md with huggingface_hub
cded12b
|
raw
history blame
2.64 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
      struct:
        - name: entities
          list:
            - name: end
              dtype: int64
            - name: kg_results
              struct:
                - name: '@context'
                  struct:
                    - name: '@vocab'
                      dtype: string
                    - name: EntitySearchResult
                      dtype: string
                    - name: detailedDescription
                      dtype: string
                    - name: goog
                      dtype: string
                    - name: kg
                      dtype: string
                    - name: resultScore
                      dtype: string
                - name: '@type'
                  dtype: string
                - name: itemListElement
                  list:
                    - name: '@type'
                      dtype: string
                    - name: 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: wikidata_id
                      dtype: string
                - name: query_text
                  dtype: string
            - name: start
              dtype: int64
            - name: text
              dtype: string
            - name: type
              dtype: string
        - name: labels
          sequence: string
        - name: sentence
          dtype: string
        - name: tokens
          sequence: string
  splits:
    - name: test
      num_bytes: 19584244
      num_examples: 3000
    - name: dev
      num_bytes: 5715493
      num_examples: 1000
    - name: train
      num_bytes: 41877495
      num_examples: 9000
  download_size: 16628477
  dataset_size: 67177232

Dataset Card for "hateval_enriched"

More Information needed