recipient_profiling / README.md
sileod's picture
Upload dataset
f4ee51a verified
|
raw
history blame
2.1 kB
metadata
dataset_info:
  - config_name: MovieDialoguesCorpus
    features:
      - name: text
        dtype: string
      - name: recipient
        dtype: string
      - name: author
        dtype: string
      - name: recipient_gender
        dtype: int64
      - name: author_gender
        dtype: int64
    splits:
      - name: train
        num_bytes: 21313059
        num_examples: 232642
      - name: validation
        num_bytes: 2438146
        num_examples: 27117
      - name: test
        num_bytes: 2565907
        num_examples: 28582
    download_size: 11834370
    dataset_size: 26317112
  - config_name: SwitchBoard
    features:
      - name: text
        dtype: string
      - name: recipient
        dtype: int64
      - name: author
        dtype: int64
      - name: recipient_gender
        dtype: string
      - name: author_gender
        dtype: string
    splits:
      - name: train
        num_bytes: 6842450
        num_examples: 7095
      - name: validation
        num_bytes: 941774
        num_examples: 977
      - name: test
        num_bytes: 747983
        num_examples: 767
    download_size: 4463061
    dataset_size: 8532207
  - config_name: TennisInterviewsCorpus
    features:
      - name: text
        dtype: string
      - name: recipient
        dtype: string
      - name: author
        dtype: string
      - name: recipient_gender
        dtype: int64
    splits:
      - name: train
        num_bytes: 8433002
        num_examples: 59039
      - name: validation
        num_bytes: 2559593
        num_examples: 16991
      - name: test
        num_bytes: 866835
        num_examples: 5944
    download_size: 5407717
    dataset_size: 11859430
configs:
  - config_name: MovieDialoguesCorpus
    data_files:
      - split: train
        path: MovieDialoguesCorpus/train-*
      - split: validation
        path: MovieDialoguesCorpus/validation-*
      - split: test
        path: MovieDialoguesCorpus/test-*
  - config_name: SwitchBoard
    data_files:
      - split: train
        path: SwitchBoard/train-*
      - split: validation
        path: SwitchBoard/validation-*
      - split: test
        path: SwitchBoard/test-*
  - config_name: TennisInterviewsCorpus
    data_files:
      - split: train
        path: TennisInterviewsCorpus/train-*
      - split: validation
        path: TennisInterviewsCorpus/validation-*
      - split: test
        path: TennisInterviewsCorpus/test-*