--- dataset_info: - config_name: MovieDialoguesCorpus features: - name: text dtype: string - name: recipient dtype: string - name: author dtype: string - name: recipient_gender dtype: string - name: author_gender dtype: string splits: - name: train num_bytes: 21820291 num_examples: 232642 - name: validation num_bytes: 2493545 num_examples: 27117 - name: test num_bytes: 2628863 num_examples: 28582 download_size: 11800067 dataset_size: 26942699 - 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: string splits: - name: train num_bytes: 8490796 num_examples: 59039 - name: validation num_bytes: 2570623 num_examples: 16991 - name: test num_bytes: 874005 num_examples: 5944 download_size: 5401376 dataset_size: 11935424 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-* ---