--- dataset_info: features: - name: id dtype: string - name: genre dtype: string - name: sentence dtype: string - name: word sequence: string - name: word_label sequence: string - name: character sequence: string - name: character_label sequence: string splits: - name: train num_bytes: 34634080 num_examples: 28161 - name: test num_bytes: 3045611 num_examples: 2531 download_size: 10316977 dataset_size: 37679691 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---