tabbiomed-neurips2026 commited on
Commit
3aa9e95
·
verified ·
1 Parent(s): 6b0e426

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +14 -0
metadata.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "true_betalactamase_complete",
4
+ "task": "regression",
5
+ "cat_idx": [],
6
+ "num_samples": 12604,
7
+ "num_features": 480,
8
+ "description": "Sequence-level regression task predicting the fitness of all single codon substitutions in the TEM-1 Beta-lactamase gene. Labels measure the ability to confer ampicillin resistance. The Complete dataset contains all coding sequences (CDS) except those degenerate with any test-set CDS, using raw CDS fitness values. Train and test sets are derived from Firnberg et al. Features are mean-pooled ESM-2 (esm2_t12_35M_UR50D) sequence embeddings.",
9
+ "source": "InstaDeepAI/true-cds-protein-tasks (Hugging Face). Original data from Firnberg et al. \u2014 systematic fitness landscape of all single codon mutations in the TEM-1 Beta-lactamase gene synthesized in E. coli. Fitness measured as a weighted average of allele counts over ampicillin-concentration plates, normalised by WT fitness.",
10
+ "label": "Proteomics",
11
+ "sub_labels": [
12
+ "CDS-seq"
13
+ ]
14
+ }