boapps's picture
Upload README.md with huggingface_hub
824e575 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: positive_people
      sequence: string
    - name: negative_people
      sequence: string
  splits:
    - name: test
      num_bytes: 3705659
      num_examples: 750
    - name: train
      num_bytes: 58657685
      num_examples: 11417
    - name: validation
      num_bytes: 7034843
      num_examples: 1448
  download_size: 41330238
  dataset_size: 69398187

Dataset Card for "kmdb_people_classification"

More Information needed