language: | |
- en | |
dataset_info: | |
features: | |
- name: tokens | |
sequence: string | |
- name: ner_tags | |
sequence: | |
class_label: | |
names: | |
'0': O | |
'1': B-UoM | |
'2': I-UoM | |
'3': B-color | |
'4': I-color | |
'5': B-condition | |
'6': I-condition | |
'7': B-content | |
'8': I-content | |
'9': B-core_product_type | |
'10': I-core_product_type | |
'11': B-creator | |
'12': I-creator | |
'13': B-department | |
'14': I-department | |
'15': B-material | |
'16': I-material | |
'17': B-modifier | |
'18': I-modifier | |
'19': B-occasion | |
'20': I-occasion | |
'21': B-origin | |
'22': I-origin | |
'23': B-price | |
'24': I-price | |
'25': B-product_name | |
'26': I-product_name | |
'27': B-product_number | |
'28': I-product_number | |
'29': B-quantity | |
'30': I-quantity | |
'31': B-shape | |
'32': I-shape | |
'33': B-time | |
'34': I-time | |
splits: | |
- name: train | |
num_bytes: 553523 | |
num_examples: 7841 | |
- name: test | |
num_bytes: 70308 | |
num_examples: 993 | |
- name: validation | |
num_bytes: 61109 | |
num_examples: 871 | |
download_size: 242711 | |
dataset_size: 684940 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: test | |
path: data/test-* | |
- split: validation | |
path: data/validation-* | |