| --- |
| dataset_info: |
| features: |
| - name: id |
| dtype: string |
| - name: sample_id |
| dtype: string |
| - name: tokens |
| sequence: string |
| - name: ner_tags_index |
| sequence: |
| class_label: |
| names: |
| '0': O |
| '1': B-Facility |
| '2': I-Facility |
| '3': B-OtherLOC |
| '4': I-OtherLOC |
| '5': B-HumanSettlement |
| '6': I-HumanSettlement |
| '7': B-Station |
| '8': I-Station |
| '9': B-VisualWork |
| '10': I-VisualWork |
| '11': B-MusicalWork |
| '12': I-MusicalWork |
| '13': B-WrittenWork |
| '14': I-WrittenWork |
| '15': B-ArtWork |
| '16': I-ArtWork |
| '17': B-Software |
| '18': I-Software |
| '19': B-OtherCW |
| '20': I-OtherCW |
| '21': B-MusicalGRP |
| '22': I-MusicalGRP |
| '23': B-PublicCorp |
| '24': I-PublicCorp |
| '25': B-PrivateCorp |
| '26': I-PrivateCorp |
| '27': B-OtherCorp |
| '28': I-OtherCorp |
| '29': B-AerospaceManufacturer |
| '30': I-AerospaceManufacturer |
| '31': B-SportsGRP |
| '32': I-SportsGRP |
| '33': B-CarManufacturer |
| '34': I-CarManufacturer |
| '35': B-TechCORP |
| '36': I-TechCORP |
| '37': B-ORG |
| '38': I-ORG |
| '39': B-Scientist |
| '40': I-Scientist |
| '41': B-Artist |
| '42': I-Artist |
| '43': B-Athlete |
| '44': I-Athlete |
| '45': B-Politician |
| '46': I-Politician |
| '47': B-Cleric |
| '48': I-Cleric |
| '49': B-SportsManager |
| '50': I-SportsManager |
| '51': B-OtherPER |
| '52': I-OtherPER |
| '53': B-Clothing |
| '54': I-Clothing |
| '55': B-Vehicle |
| '56': I-Vehicle |
| '57': B-Food |
| '58': I-Food |
| '59': B-Drink |
| '60': I-Drink |
| '61': B-OtherPROD |
| '62': I-OtherPROD |
| '63': B-Medication/Vaccine |
| '64': I-Medication/Vaccine |
| '65': B-MedicalProcedure |
| '66': I-MedicalProcedure |
| '67': B-AnatomicalStructure |
| '68': I-AnatomicalStructure |
| '69': B-Symptom |
| '70': I-Symptom |
| '71': B-Disease |
| '72': I-Disease |
| - name: ner_tags |
| sequence: |
| class_label: |
| names: |
| '0': B-Disorders |
| '1': I-Disorders |
| '2': O |
| - name: ner_tag_labels |
| sequence: string |
| splits: |
| - name: train |
| num_bytes: 2332175.1284950436 |
| num_examples: 4564 |
| - name: validation |
| num_bytes: 255496.8370393343 |
| num_examples: 500 |
| - name: test |
| num_bytes: 255496.8370393343 |
| num_examples: 500 |
| download_size: 695132 |
| dataset_size: 2843168.802573712 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| - split: validation |
| path: data/validation-* |
| - split: test |
| path: data/test-* |
| --- |
| |