--- dataset_info: features: - name: id dtype: string - name: text dtype: string - name: pmid dtype: string - name: passage_type dtype: string - name: entities struct: - name: start list: int32 - name: end list: int32 - name: text list: string - name: label list: class_label: names: '0': GeneOrGeneProduct '1': SequenceVariant - name: original_label list: class_label: names: '0': AcidChange '1': DNAAllele '2': DNAMutation '3': GENE '4': Gene '5': GeneOrGeneProduct '6': OtherMutation '7': ProteinAllele '8': ProteinMutation '9': SNP '10': SequenceVariant - name: dataset_name dtype: string - name: mask struct: - name: start list: int32 - name: end list: int32 - name: label list: class_label: names: '0': CopyNumberVariant '1': DNAMutation '2': ProteinMutation '3': SNP splits: - name: train num_bytes: 5279305 num_examples: 14100 - name: validation num_bytes: 1529534 num_examples: 2800 - name: test num_bytes: 2300337 num_examples: 5300 download_size: 4834118 dataset_size: 9109176 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---