File size: 743 Bytes
c9aebb3 |
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 43 |
---
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: 63522576204
num_examples: 990000
- name: valid
num_bytes: 641642183
num_examples: 10000
download_size: 5971648863
dataset_size: 64164218387
---
|