SeaWolf-AI commited on
Commit
1aa5cbc
·
verified ·
1 Parent(s): 492de6f

security: remove leaked Father metadata file

Browse files
Files changed (1) hide show
  1. darwin_mri_report.json +0 -27
darwin_mri_report.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "method": "Darwin V7+ MRI-only (Mother-centric Linear) - dense 27B",
3
- "father": "models/Father-Qwen3.6-27B",
4
- "mother": "models/Mother-rico03",
5
- "mother_bias": 0.85,
6
- "category_ratios": {
7
- "self_attention": 0.9,
8
- "linear_attn": 0.9,
9
- "mlp": 0.9,
10
- "embedding": 1.0,
11
- "lm_head": 1.0,
12
- "norm": 0.95,
13
- "other": 0.85
14
- },
15
- "tensor_categories": {
16
- "self_attention": 210,
17
- "linear_attn": 432,
18
- "mlp": 195,
19
- "embedding": 5,
20
- "lm_head": 1,
21
- "norm": 243,
22
- "other": 113
23
- },
24
- "total_tensors": 1199,
25
- "total_shards": 14,
26
- "elapsed_sec": 252
27
- }