--- dataset_info: - config_name: imbalanced features: - name: text dtype: string - name: label dtype: int64 - name: label_text dtype: string splits: - name: train num_bytes: 712551 num_examples: 10625 - name: validation num_bytes: 208358 num_examples: 3100 - name: test num_bytes: 365006 num_examples: 5500 download_size: 431979 dataset_size: 1285915 - config_name: plus features: - name: text dtype: string - name: label dtype: int64 - name: label_text dtype: string splits: - name: train num_bytes: 1029797 num_examples: 15250 - name: validation num_bytes: 208358 num_examples: 3100 - name: test num_bytes: 365006 num_examples: 5500 download_size: 515361 dataset_size: 1603161 - config_name: small features: - name: text dtype: string - name: label dtype: int64 - name: label_text dtype: string splits: - name: train num_bytes: 513224 num_examples: 7600 - name: validation num_bytes: 208358 num_examples: 3100 - name: test num_bytes: 365006 num_examples: 5500 download_size: 375237 dataset_size: 1086588 configs: - config_name: imbalanced data_files: - split: train path: imbalanced/train-* - split: validation path: imbalanced/validation-* - split: test path: imbalanced/test-* - config_name: plus data_files: - split: train path: plus/train-* - split: validation path: plus/validation-* - split: test path: plus/test-* - config_name: small data_files: - split: train path: small/train-* - split: validation path: small/validation-* - split: test path: small/test-* ---