katielink commited on
Commit
599d360
1 Parent(s): 6a5c1db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,3 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Datasets
2
 
3
  Each folder contains either one benchmark or a set of benchmarks. See [docs/](../docs/) for code used to create these benchmarks.
@@ -41,4 +66,4 @@ If you have access to `cloud_cache` folder on GDrive, upload your file there and
41
 
42
  ### To review a new dataset
43
 
44
- Make sure you can run and reproduce the code. Check you can download the actual sequences and/or create a data loader. Do you understand what is behind these data? (either from the paper or the description) Ask for clarification if needed.
 
1
+ ---
2
+ tags:
3
+ - biology
4
+ configs:
5
+ - config_name: demo_coding_vs_intergenomic_seqs
6
+ data_files:
7
+ - split: train
8
+ path:
9
+ - "demo_coding_vs_intergenomic_seqs/train/coding_seqs.csv.gz"
10
+ - "demo_coding_vs_intergenomic_seqs/train/intergenomic_seqs.csv.gz"
11
+ - split: test
12
+ path:
13
+ - "demo_coding_vs_intergenomic_seqs/test/coding_seqs.csv.gz"
14
+ - "demo_coding_vs_intergenomic_seqs/test/intergenomic_seqs.csv.gz"
15
+ - config_name: demo_human_or_worm
16
+ data_files:
17
+ - split: train
18
+ path:
19
+ - "demo_human_or_worm/train/human.csv.gz"
20
+ - "demo_human_or_worm/train/worm.csv.gz"
21
+ - split: test
22
+ path:
23
+ - "demo_human_or_worm/test/human.csv.gz"
24
+ - "demo_human_or_worm/test/worm.csv.gz"
25
+ ---
26
  # Datasets
27
 
28
  Each folder contains either one benchmark or a set of benchmarks. See [docs/](../docs/) for code used to create these benchmarks.
 
66
 
67
  ### To review a new dataset
68
 
69
+ Make sure you can run and reproduce the code. Check you can download the actual sequences and/or create a data loader. Do you understand what is behind these data? (either from the paper or the description) Ask for clarification if needed.