| dataset_info: | |
| features: | |
| - name: tokens | |
| list: string | |
| - name: ner_tags | |
| list: | |
| class_label: | |
| names: | |
| '0': O | |
| '1': B-ORG | |
| '2': I-ORG | |
| '3': B-LOC | |
| '4': I-LOC | |
| '5': B-PRD | |
| '6': I-PRD | |
| '7': B-MKT | |
| '8': I-MKT | |
| '9': B-TIM | |
| '10': I-TIM | |
| - name: ner_tags_text | |
| list: string | |
| splits: | |
| - name: train | |
| num_bytes: 338702 | |
| num_examples: 230 | |
| - name: test | |
| num_bytes: 38958 | |
| num_examples: 29 | |
| - name: validation | |
| num_bytes: 46428 | |
| num_examples: 29 | |
| download_size: 51836 | |
| dataset_size: 424088 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: test | |
| path: data/test-* | |
| - split: validation | |
| path: data/validation-* | |