explcre commited on
Commit
28eaef2
·
verified ·
1 Parent(s): 2597153

Upload _claude_memory/project_lab_ctrldna_baseline.md with huggingface_hub

Browse files
_claude_memory/project_lab_ctrldna_baseline.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Lab implementing CtrlDNA baseline on mllm-integrate
3
+ description: Lab server is training CtrlDNA on our dataset; pushes will land on origin/mllm-integrate
4
+ type: project
5
+ originSessionId: 4037f43b-2133-46c6-84bd-02f7d454ec8b
6
+ ---
7
+ Lab server is implementing CtrlDNA trained on our dataset, pushing to
8
+ `origin/mllm-integrate` over the next while.
9
+
10
+ **Why:** CtrlDNA is one of the §5c baselines (alongside TACO, ATGC-Gen)
11
+ that the paper acknowledges. Having CtrlDNA trained on the *same data*
12
+ we use (not just paper-reported numbers) makes the comparison apples-
13
+ to-apples.
14
+
15
+ **How to apply:**
16
+ - Periodically `git fetch origin` and check `origin/mllm-integrate` for
17
+ new commits — once CtrlDNA results land, integrate into EXPERIMENTS.md
18
+ §5c (replace "acknowledged" with actual numbers on our test set).
19
+ - Don't duplicate the work on H100. Lab owns this.
20
+ - Branch hygiene: when lab pushes, FF `origin/mllm-integrate` into our
21
+ `mllm-integrate-server3`, then PR to `main` (sandbox blocks direct
22
+ pushes to main now).