mikeumus-divincian commited on
Commit
709c037
·
verified ·
1 Parent(s): ccbed72

Add stub manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +14 -0
manifest.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vindexSha256": "7ee3c8bdd132589f90760cb0d25111ab0d5667a93e34318daf5bef1bf33a0bb4",
3
+ "shortId": "deepseek-v4-pro-vindex",
4
+ "baseModel": "deepseek-ai/DeepSeek-V4-Pro",
5
+ "extractLevel": "summary",
6
+ "f16": false,
7
+ "files": {
8
+ "gate_vectors.bin": "see HF repo siblings (LFS)",
9
+ "gate_vectors_index.json": "(per-layer offsets + SVD stats)",
10
+ "phase1_moe_svd.json": "(per-layer + per-expert SVD spectrum stats)",
11
+ "phase2_router_svd.json": "(per-layer router SVD)"
12
+ },
13
+ "note": "Summary vindex. See README + index.json for details."
14
+ }