dart_task2 / README.md
andyjzhao's picture
Upload dataset
9d731b6 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: name
      dtype: string
    - name: sequence
      dtype: string
    - name: is_raw
      dtype: bool
    - name: label
      dtype: int8
    - name: motif_id
      dtype: string
    - name: motif_len
      dtype: int16
    - name: motif_start
      dtype: int16
    - name: motif_end
      dtype: int16
    - name: pair_id
      dtype: string
    - name: neutral_idx
      dtype: int16
    - name: rc
      dtype: int8
  splits:
    - name: posneg
      num_bytes: 286738590
      num_examples: 577200
    - name: neutral
      num_bytes: 83165
      num_examples: 200
    - name: monitor_posneg
      num_bytes: 632480
      num_examples: 1280
    - name: monitor_neutral
      num_bytes: 4132
      num_examples: 10
  download_size: 31410368
  dataset_size: 287458367
configs:
  - config_name: default
    data_files:
      - split: posneg
        path: data/posneg-*
      - split: neutral
        path: data/neutral-*
      - split: monitor_posneg
        path: data/monitor_posneg-*
      - split: monitor_neutral
        path: data/monitor_neutral-*