File size: 752 Bytes
bcb5b86 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
dataset_info:
features:
- name: activity
dtype: float64
- name: gene_seq
dtype: string
- name: cre_seq
dtype: string
- name: gene_id
dtype: string
- name: gene_chrom
dtype: string
- name: cre_pos
dtype: string
- name: abc_score
dtype: float64
- name: hic
dtype: float64
splits:
- name: train
num_bytes: 56653970739
num_examples: 3904687
- name: val
num_bytes: 2214499034
num_examples: 152627
- name: test
num_bytes: 1163436479
num_examples: 80186
download_size: 274409728
dataset_size: 60031906252
---
|