--- dataset_info: features: - name: label dtype: class_label: names: '0': Company '1': EducationalInstitution '2': Artist '3': Athlete '4': OfficeHolder '5': MeanOfTransportation '6': Building '7': NaturalPlace '8': Village '9': Animal '10': Plant '11': Album '12': Film '13': WrittenWork - name: title dtype: string - name: text dtype: string splits: - name: train num_bytes: 178372573.70055357 num_examples: 559823 - name: test num_bytes: 22301042.167642858 num_examples: 69971 download_size: 118872676 dataset_size: 200673615.86819643 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---