File size: 824 Bytes
74dad20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0a79d9c
 
74dad20
0a79d9c
 
74dad20
0a79d9c
 
 
 
74dad20
 
 
 
 
 
 
 
 
 
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
44
45
---
dataset_info:
  features:
  - name: sample_id
    dtype: string
  - name: chrom
    dtype: string
  - name: start_bp
    dtype: int64
  - name: end_bp
    dtype: int64
  - name: strand
    dtype: string
  - name: reference_id
    dtype: string
  - name: label_ut
    list: float32
    length: 30876
  - name: sequence
    dtype: string
  - name: mask_ut
    list: uint8
  splits:
  - name: train
    num_bytes: 321544693493
    num_examples: 10000
  - name: validation
    num_bytes: 28392396127
    num_examples: 883
  - name: test
    num_bytes: 32861867837
    num_examples: 1022
  download_size: 175651135944
  dataset_size: 382798957457
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---