--- 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: 4548073 num_examples: 12903 - name: validation num_bytes: 1941857 num_examples: 5530 - name: test num_bytes: 1941857 num_examples: 5530 download_size: 1914615 dataset_size: 8431787 ---