language: | |
- en | |
dataset_info: | |
features: | |
- name: id | |
dtype: string | |
- name: tokens | |
sequence: string | |
- name: ner_tags | |
sequence: | |
class_label: | |
names: | |
'0': O | |
'1': B-corporation | |
'2': I-corporation | |
'3': B-creative-work | |
'4': I-creative-work | |
'5': B-group | |
'6': I-group | |
'7': B-location | |
'8': I-location | |
'9': B-person | |
'10': I-person | |
'11': B-product | |
'12': I-product | |
splits: | |
- name: train | |
num_bytes: 1078363 | |
num_examples: 3394 | |
- name: validation | |
num_bytes: 259367 | |
num_examples: 1009 | |
- name: test | |
num_bytes: 405520 | |
num_examples: 1287 | |
download_size: 492888 | |
dataset_size: 1743250 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: validation | |
path: data/validation-* | |
- split: test | |
path: data/test-* | |