jzshared/gencode_human_128k
0305
1---2configs:3- config_name: default4 data_files:5 - split: train6 path: data/train-*7 - split: valid8 path: data/valid-*9dataset_info:10 features:11 - name: species12 dtype: string13 - name: sequence14 dtype: string15 - name: chrom16 dtype: string17 - name: start18 dtype: int6419 - name: end20 dtype: int6421 - name: cds_spans22 list:23 list: int3224 length: 225 - name: region_segments26 list:27 list: int3228 length: 329 - name: sampling_mode30 dtype: string31 - name: region_ids32 list: int3233 splits:34 - name: train35 num_bytes: 6343219023036 num_examples: 9900037 - name: valid38 num_bytes: 64072919439 num_examples: 100040 download_size: 591519163241 dataset_size: 6407291942442---43 