wikitoxic / README.md
pietrolesci's picture
Upload README.md with huggingface_hub
4426061
|
raw
history blame
No virus
824 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: text
      dtype: string
    - name: labels
      dtype:
        class_label:
          names:
            '0': non
            '1': tox
    - name: uid
      dtype: int64
  splits:
    - name: train
      num_bytes: 55430581
      num_examples: 127656
    - name: validation
      num_bytes: 13936861
      num_examples: 31915
    - name: test
      num_bytes: 27474227
      num_examples: 63978
  download_size: 62548640
  dataset_size: 96841669

Dataset Card for "wikitoxic"

More Information needed