--- dataset_info: features: - name: id dtype: int64 - name: tokens list: string - name: ner_tags list: string - name: tag_names list: string - name: tag_indices list: int64 - name: label_split dtype: string splits: - name: train num_bytes: 157819029 num_examples: 179195 - name: test num_bytes: 16529823 num_examples: 18789 - name: validation num_bytes: 18970465 num_examples: 21603 download_size: 21759578 dataset_size: 193319317 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---