TrickyRex commited on
Commit
b49812c
·
verified ·
1 Parent(s): 63aa9f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ entry_class model.BitSerialReducer, output_base 2, ~471K params.
12
  - Deterministic (re-run identical); bf16 decisions match fp32 exactly (0 flips, min|logit|=3.0).
13
  - Randomizing the weights collapses every tier to 0.00 (capability is in the trained parameters).
14
 
15
- ## Limitation (honest)
16
  Benchmark-accurate on the official random-operand distribution; a sparse, power-of-two-adjacent
17
  structured-input residual remains (not exact). Not organizer-verified. The Lean package proves the integer algorithm,
18
  not this network.
 
12
  - Deterministic (re-run identical); bf16 decisions match fp32 exactly (0 flips, min|logit|=3.0).
13
  - Randomizing the weights collapses every tier to 0.00 (capability is in the trained parameters).
14
 
15
+ ## Limitations
16
  Benchmark-accurate on the official random-operand distribution; a sparse, power-of-two-adjacent
17
  structured-input residual remains (not exact). Not organizer-verified. The Lean package proves the integer algorithm,
18
  not this network.