Datasets:
Add syn_human benchmark split
Browse files- README.md +86 -13
- syn_human/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,21 +1,94 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
configs:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# Carbon Perturbation Bench
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
tags:
|
| 6 |
+
- biology
|
| 7 |
+
- genomics
|
| 8 |
+
- dna
|
| 9 |
+
- benchmark
|
| 10 |
configs:
|
| 11 |
+
- config_name: syn_human
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: syn_human/test-*
|
| 15 |
+
- config_name: synonymous_codons
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: synonymous_codons/data.parquet
|
| 19 |
+
- config_name: tata
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: tata/data.parquet
|
| 23 |
+
dataset_info:
|
| 24 |
+
config_name: syn_human
|
| 25 |
+
features:
|
| 26 |
+
- name: benchmark_id
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: annotation_source
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: genome_assembly
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: codon_usage_source
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: recoding_mode
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: optimization_rate
|
| 37 |
+
dtype: float64
|
| 38 |
+
- name: random_seed
|
| 39 |
+
dtype: int64
|
| 40 |
+
- name: window_size_bp
|
| 41 |
+
dtype: int64
|
| 42 |
+
- name: species
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: chr
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: strand
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: cds_genome_start
|
| 49 |
+
dtype: int64
|
| 50 |
+
- name: cds_genome_end
|
| 51 |
+
dtype: int64
|
| 52 |
+
- name: transcript_id
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: gene_id
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: gene_name
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: exon_rank
|
| 59 |
+
dtype: int64
|
| 60 |
+
- name: is_first_exon
|
| 61 |
+
dtype: int64
|
| 62 |
+
- name: cds_start_in_seq
|
| 63 |
+
dtype: int64
|
| 64 |
+
- name: cds_end_in_seq
|
| 65 |
+
dtype: int64
|
| 66 |
+
- name: cds_length
|
| 67 |
+
dtype: int64
|
| 68 |
+
- name: patch_start_in_seq
|
| 69 |
+
dtype: int64
|
| 70 |
+
- name: patch_end_in_seq
|
| 71 |
+
dtype: int64
|
| 72 |
+
- name: patch_length
|
| 73 |
+
dtype: int64
|
| 74 |
+
- name: n_codons_total
|
| 75 |
+
dtype: int64
|
| 76 |
+
- name: n_codons_eligible
|
| 77 |
+
dtype: int64
|
| 78 |
+
- name: n_codons_changed
|
| 79 |
+
dtype: int64
|
| 80 |
+
- name: fraction_codons_changed
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: original_sequence
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: sequence
|
| 85 |
+
dtype: string
|
| 86 |
+
splits:
|
| 87 |
+
- name: test
|
| 88 |
+
num_bytes: 334444599
|
| 89 |
+
num_examples: 20000
|
| 90 |
+
download_size: 152353795
|
| 91 |
+
dataset_size: 334444599
|
| 92 |
---
|
| 93 |
|
| 94 |
# Carbon Perturbation Bench
|
syn_human/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71bf18520347d3dc0c3f9f1924b7e22254d0063554e4712a856077b5058ed180
|
| 3 |
+
size 152353795
|