--- dataset_info: features: - name: tokens sequence: string - name: ner_tags sequence: class_label: names: '0': O '1': B_BATTERY '2': I_BATTERY '3': B_CAMERA '4': I_CAMERA '5': B_GENERAL '6': I_GENERAL '7': B_SER&ACC '8': I_SER&ACC '9': B_PERFORMANCE '10': I_PERFORMANCE '11': B_DESIGN '12': I_DESIGN '13': B_FEATURES '14': I_FEATURES '15': B_PRICE '16': I_PRICE '17': B_SCREEN '18': I_SCREEN '19': B_STORAGE '20': I_STORAGE - name: id dtype: string splits: - name: train num_bytes: 5102469 num_examples: 7785 - name: validation num_bytes: 720870 num_examples: 1112 - name: test num_bytes: 1471404 num_examples: 2225 download_size: 1204889 dataset_size: 7294743 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---