--- dataset_info: features: - name: id dtype: string - name: tokens sequence: string - name: ner_tags sequence: class_label: names: '0': O '1': art '2': building '3': event '4': location '5': organization '6': other '7': person '8': product - name: fine_ner_tags sequence: class_label: names: '0': O '1': art-broadcastprogram '2': art-film '3': art-music '4': art-other '5': art-painting '6': art-writtenart '7': building-airport '8': building-hospital '9': building-hotel '10': building-library '11': building-other '12': building-restaurant '13': building-sportsfacility '14': building-theater '15': event-attack/battle/war/militaryconflict '16': event-disaster '17': event-election '18': event-other '19': event-protest '20': event-sportsevent '21': location-GPE '22': location-bodiesofwater '23': location-island '24': location-mountain '25': location-other '26': location-park '27': location-road/railway/highway/transit '28': organization-company '29': organization-education '30': organization-government/governmentagency '31': organization-media/newspaper '32': organization-other '33': organization-politicalparty '34': organization-religion '35': organization-showorganization '36': organization-sportsleague '37': organization-sportsteam '38': other-astronomything '39': other-award '40': other-biologything '41': other-chemicalthing '42': other-currency '43': other-disease '44': other-educationaldegree '45': other-god '46': other-language '47': other-law '48': other-livingthing '49': other-medical '50': person-actor '51': person-artist/author '52': person-athlete '53': person-director '54': person-other '55': person-politician '56': person-scholar '57': person-soldier '58': product-airplane '59': product-car '60': product-food '61': product-game '62': product-other '63': product-ship '64': product-software '65': product-train '66': product-weapon splits: - name: train num_bytes: 81848645 num_examples: 131767 - name: validation num_bytes: 11731110 num_examples: 18824 - name: test num_bytes: 23345314 num_examples: 37648 download_size: 24191190 dataset_size: 116925069 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---