File size: 674 Bytes
a5dc8ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: epistasis_id
    dtype: string
  - name: source
    dtype: string
  - name: gene
    dtype: string
  - name: isoacceptor
    dtype: string
  - name: distance_bp
    dtype: int64
  - name: base_paired
    dtype: bool
  - name: pos1
    dtype: int64
  - name: pos2
    dtype: int64
  - name: wt_seq
    dtype: string
  - name: m1_seq
    dtype: string
  - name: m2_seq
    dtype: string
  - name: m12_seq
    dtype: string
  splits:
  - name: train
    num_bytes: 16521669
    num_examples: 37152
  download_size: 891971
  dataset_size: 16521669
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---