--- license: other configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: id dtype: string - name: tokens sequence: string - name: ner_tags sequence: class_label: names: '0': O '1': I-PER '2': I-ORG '3': I-LOC '4': B-PER '5': B-ORG '6': B-LOC splits: - name: train num_bytes: 4540187 num_examples: 12903 - name: validation num_bytes: 1950125 num_examples: 5531 - name: test num_bytes: 1950125 num_examples: 5531 download_size: 0 dataset_size: 8440437 ---