Allanatrix commited on
Commit
fcbb517
·
verified ·
1 Parent(s): bb06f88

chore: publish safetensors NexaMat stack artifacts

Browse files
Files changed (1) hide show
  1. cross_attention_contract.json +34 -0
cross_attention_contract.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "component": "nexa_mat_cross_attention_contract_v1",
3
+ "status": "interface_contract",
4
+ "purpose": "condition diffusion proposals and multimodal controller evidence on shared structure, text, task, and model-state lanes",
5
+ "lanes": [
6
+ {
7
+ "name": "structure_latent",
8
+ "producer": "encoder/v1/nexa_mat_V1_final.safetensors",
9
+ "consumer": "diffusion decoder and controller"
10
+ },
11
+ {
12
+ "name": "diffusion_state",
13
+ "producer": "decoder/diffusion_v1/final_checkpoint.safetensors",
14
+ "consumer": "controller ranking and evidence packet"
15
+ },
16
+ {
17
+ "name": "text_intent",
18
+ "producer": "Qwen controller tokens",
19
+ "consumer": "diffusion conditioning and reverse ranking"
20
+ },
21
+ {
22
+ "name": "evidence_context",
23
+ "producer": "retrieval/controller",
24
+ "consumer": "decision layer"
25
+ },
26
+ {
27
+ "name": "task_heads",
28
+ "producer": "SSB/battery-ion adapters",
29
+ "consumer": "reverse pool scoring and use-case constraints"
30
+ }
31
+ ],
32
+ "forward_flow": "constraints -> controller intent tokens -> diffusion proposals -> encoder plausibility scoring -> controller evidence and ranking",
33
+ "reverse_flow": "candidate pool -> encoder/task/evidence scoring -> optional decoder expansion -> controller rank/filter/explain"
34
+ }