SPB Git

spb/modelmap Public License

Internal cartography of local LLMs on Apple Silicon — registered, gated, negative-first. Public atlas at modelmap.io.

Python 66.3% JavaScript 24.5% CSS 8.1% Shell 0.7%
2.5 KB · 106 lines json
Raw Blame History
1{2  "experiment": "expC_causal_verification",3  "run": 5,4  "scope": "dose-response steering (Level-3 path) at early-band layers",5  "commit": "3eb9df2dc899ed5d42eb9e700dd6299bdc5550ec",6  "config": {7    "model": "mlx-community/Qwen3-0.6B-4bit",8    "test_layers": [9      4,10      8,11      1212    ],13    "doses": [14      -2.0,15      -1.0,16      0.0,17      1.0,18      2.019    ],20    "n_random_dirs": 3,21    "n_pairs": 192,22    "seed": 78123  },24  "manifest": {25    "author": "Simon-Pierre Boucher",26    "contact": "contact@spboucher.ai",27    "website": "https://modelmap.io",28    "chip": {29      "brand": "Apple M5 Max",30      "cores_total": 18,31      "cores_performance": 6,32      "cores_efficiency": 1233    },34    "memory": {35      "unified_gb": 48.0,36      "pagesize": 1638437    },38    "os": {39      "system": "Darwin",40      "version": "27.0",41      "arch": "arm64"42    },43    "software": {44      "python": "3.14.4",45      "numpy": "2.5.2",46      "mlx": "0.32.0",47      "torch": "2.13.0",48      "safetensors": "0.8.0"49    }50  },51  "results": {52    "per_layer": {53      "4": {54        "sigma": 38.11064529418945,55        "dose_margins": {56          "-2.0": 0.08170572916666667,57          "-1.0": 0.66357421875,58          "0.0": 4.450520833333333,59          "1.0": 4.386555989583333,60          "2.0": 0.0375976562561        },62        "monotone": false,63        "halved_at_minus2": true,64        "random_dir_mean_abs_change": 4.395148383246528,65        "specific": false66      },67      "8": {68        "sigma": 18.62078857421875,69        "dose_margins": {70          "-2.0": 0.5911458333333334,71          "-1.0": 1.5514322916666667,72          "0.0": 4.450520833333333,73          "1.0": 6.264973958333333,74          "2.0": 5.70328776041666775        },76        "monotone": false,77        "halved_at_minus2": true,78        "random_dir_mean_abs_change": 2.972900390625,79        "specific": false80      },81      "12": {82        "sigma": 9.929967880249023,83        "dose_margins": {84          "-2.0": 1.9537760416666667,85          "-1.0": 3.0042317708333335,86          "0.0": 4.450520833333333,87          "1.0": 5.819173177083333,88          "2.0": 6.79117838541666789        },90        "monotone": true,91        "halved_at_minus2": true,92        "random_dir_mean_abs_change": 0.4538031684027775,93        "specific": true94      }95    },96    "baseline_margin": 4.45052083333333397  },98  "criterion": {99    "monotone_all": false,100    "halved_all": true,101    "specific_all": false,102    "passes": false103  },104  "wall_seconds": 19.1105}106