Carte : corriger le pointeur de branche (supprimée) et situer les deux démos
Browse files- le commit 073bb67 était présenté via la branche claude/status-check-2fa903, supprimée depuis ; il est atteignable depuis sft-persona-350m
- les démos read_document.py / swap_banks.py vivent dans le dépôt fractale
README.md
CHANGED
|
@@ -219,8 +219,9 @@ nats over the final 1,100 steps.
|
|
| 219 |
final step; fp32, self-describing `{"cfg", "model"}`) of a single training
|
| 220 |
run of `v350_phase1_10b.yaml`, trained with
|
| 221 |
`deepseek_v4_mini.code_defer_native` at thought-bank commit
|
| 222 |
-
[`073bb67`](https://github.com/kkuette/thought-bank/commit/073bb67) (
|
| 223 |
-
|
|
|
|
| 224 |
The [usage repo](https://github.com/fractale-lm/fractale) vendors its
|
| 225 |
inference code from that same commit, and ships a **step-by-step
|
| 226 |
reproduction of this run** (environment, data prebuild, launch command,
|
|
@@ -315,7 +316,7 @@ sess.load_bank("novel.bank") # ...restore tomorrow
|
|
| 315 |
print(sess.bank_stats()) # slot norms + similarities
|
| 316 |
```
|
| 317 |
|
| 318 |
-
Two runnable demos ship with the repo: `scripts/read_document.py` (feed a
|
| 319 |
file, compare with-memory vs amnesic vs the true continuation) and
|
| 320 |
`scripts/swap_banks.py` (the memory transplant: same blank prompt, two
|
| 321 |
banks — predictions follow the bank, not the prompt).
|
|
|
|
| 219 |
final step; fp32, self-describing `{"cfg", "model"}`) of a single training
|
| 220 |
run of `v350_phase1_10b.yaml`, trained with
|
| 221 |
`deepseek_v4_mini.code_defer_native` at thought-bank commit
|
| 222 |
+
[`073bb67`](https://github.com/kkuette/thought-bank/commit/073bb67) (config
|
| 223 |
+
and stability patches exactly as run; that commit is now reachable from
|
| 224 |
+
`sft-persona-350m`).
|
| 225 |
The [usage repo](https://github.com/fractale-lm/fractale) vendors its
|
| 226 |
inference code from that same commit, and ships a **step-by-step
|
| 227 |
reproduction of this run** (environment, data prebuild, launch command,
|
|
|
|
| 316 |
print(sess.bank_stats()) # slot norms + similarities
|
| 317 |
```
|
| 318 |
|
| 319 |
+
Two runnable demos ship with the `fractale` repo: `scripts/read_document.py` (feed a
|
| 320 |
file, compare with-memory vs amnesic vs the true continuation) and
|
| 321 |
`scripts/swap_banks.py` (the memory transplant: same blank prompt, two
|
| 322 |
banks — predictions follow the bank, not the prompt).
|