gencode_human_128k / README.md
andyjzhao's picture
Upload dataset
883f3df verified
|
Raw
History Blame Contribute Delete
741 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: species
      dtype: string
    - name: sequence
      dtype: string
    - name: chrom
      dtype: string
    - name: start
      dtype: int64
    - name: end
      dtype: int64
    - name: cds_spans
      list:
        list: int32
        length: 2
    - name: region_segments
      list:
        list: int32
        length: 3
    - name: sampling_mode
      dtype: string
    - name: region_ids
      list: int32
  splits:
    - name: train
      num_bytes: 63432180297
      num_examples: 99000
    - name: valid
      num_bytes: 640739128
      num_examples: 1000
  download_size: 5918790276
  dataset_size: 64072919425