File size: 741 Bytes
b85dcc2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 63432190230
    num_examples: 99000
  - name: valid
    num_bytes: 640729194
    num_examples: 1000
  download_size: 5915191632
  dataset_size: 64072919424
---