--- 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: 4974189 num_examples: 7785 - name: validation num_bytes: 704490 num_examples: 1112 - name: test num_bytes: 1435152 num_examples: 2225 download_size: 1271465 dataset_size: 7113831 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---