--- dataset_info: features: - name: text dtype: string - name: source dtype: string - name: label dtype: int64 - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 123750 num_examples: 1103 - name: validation num_bytes: 41246 num_examples: 368 - name: test num_bytes: 42017 num_examples: 368 download_size: 119659 dataset_size: 207013 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---