emarro commited on
Commit
7dabf76
·
verified ·
1 Parent(s): fb4f6f4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "train/*.arrow"
7
+ - split: validation
8
+ path: "validation/*.arrow"
9
+ ---
10
+
11
+ Processed version of hg38 with a seq length of 8192ps and an overlap of 0 bps. Chr8 is left out of training set. Sequences with more than 25% being "N"s are filtered out.