--- dataset_info: - config_name: da features: - name: text dtype: string - name: corruption_type dtype: string - name: label dtype: string splits: - name: train num_bytes: 146694 num_examples: 1024 - name: val num_bytes: 33804 num_examples: 256 - name: test num_bytes: 276605 num_examples: 2048 - name: full_train num_bytes: 738488 num_examples: 5352 download_size: 703702 dataset_size: 1195591 - config_name: nb features: - name: text dtype: string - name: corruption_type dtype: string - name: label dtype: string splits: - name: train num_bytes: 129282 num_examples: 1024 - name: val num_bytes: 30779 num_examples: 256 - name: test num_bytes: 252311 num_examples: 2048 - name: full_train num_bytes: 3223287 num_examples: 25908 download_size: 2159785 dataset_size: 3635659 configs: - config_name: da data_files: - split: train path: da/train-* - split: val path: da/val-* - split: test path: da/test-* - split: full_train path: da/full_train-* - config_name: nb data_files: - split: train path: nb/train-* - split: val path: nb/val-* - split: test path: nb/test-* - split: full_train path: nb/full_train-* ---