--- dataset_info: features: - name: id dtype: string - name: text dtype: string - name: political dtype: int64 - name: racial/ethnic dtype: int64 - name: religious dtype: int64 - name: gender/sexual dtype: int64 - name: other dtype: int64 - name: language dtype: string - name: language_code dtype: string splits: - name: train num_bytes: 25633076 num_examples: 43244 - name: dev num_bytes: 236465 num_examples: 539 - name: test num_bytes: 2190823 num_examples: 4869 download_size: 9051443 dataset_size: 28060364 configs: - config_name: default data_files: - split: train path: data/train-* - split: dev path: data/dev-* - split: test path: data/test-* ---