File size: 751 Bytes
82aae1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
935d908
82aae1b
 
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: 59088576256
    num_examples: 4069138
  - name: val
    num_bytes: 2190269099
    num_examples: 150833
  - name: test
    num_bytes: 997748435
    num_examples: 68710
  download_size: 321123456
  dataset_size: 62276593790
---