EXIST2021 / README.md
yangezheng's picture
Upload dataset
3911992
metadata
dataset_info:
  features:
    - name: text_original
      dtype: string
    - name: label_sexist
      dtype:
        class_label:
          names:
            '0': not sexist
            '1': sexist
    - name: task2
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 2133072.8
      num_examples: 5564
    - name: validation
      num_bytes: 533268.2
      num_examples: 1391
    - name: test
      num_bytes: 1696347
      num_examples: 4311
  download_size: 3040737
  dataset_size: 4362688
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*