File size: 778 Bytes
36da8cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: 5p_exon_overlap
    dtype: float64
  - name: 5p_exon_dta
    dtype: float64
  - name: 5p_exon_3p_dta
    dtype: float64
  - name: exons_overlapping
    dtype: int64
  - name: strand
    dtype: int64
  - name: type_sim
    dtype: float64
  - name: label
    dtype: int64
  - name: comparison
    dtype: large_string
  splits:
  - name: train
    num_bytes: 896216
    num_examples: 3968
  - name: validation
    num_bytes: 298619
    num_examples: 1323
  - name: test
    num_bytes: 295810
    num_examples: 1323
  download_size: 687189
  dataset_size: 1490645
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---