sovthpaw commited on
Commit
964eb36
verified
1 Parent(s): 85020ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -289,9 +289,6 @@ r_final(T) = 蟿 路 r_MRI(T) + (1 - 蟿) 路 r_genome(T)
289
  r_MRI(T) = MRI_B(T) / (MRI_A(T) + MRI_B(T))
290
  MRI(T) = 伪 路 Static(T) + (1 - 伪) 路 Probe(T), 伪 = 0.5 (paper-fixed)
291
  ```
292
-
293
- **The merge result:** the Qwen2.5-Omni text body (Qwen2.5-3B class, hidden=2048, intermediate=11008, num_kv_heads=2, 36L) and the ACE-Step v1.5 XL text encoder (Qwen3 class, hidden=2048, intermediate=6144, num_kv_heads=8, 32L) have **zero tensors with matching shape**. The Architecture Mapper's "skip on dim mismatch, keep parent A" behavior is applied for the entire shared-key set, preserving the Qwen2.5-Omni text body intact and adding the ACE encoder components as a separate module.
294
-
295
  The **fixed starting genome** used (paper-recommended):
296
 
297
  ```json
 
289
  r_MRI(T) = MRI_B(T) / (MRI_A(T) + MRI_B(T))
290
  MRI(T) = 伪 路 Static(T) + (1 - 伪) 路 Probe(T), 伪 = 0.5 (paper-fixed)
291
  ```
 
 
 
292
  The **fixed starting genome** used (paper-recommended):
293
 
294
  ```json