TrickyRex commited on
Commit
e0cd9f8
·
verified ·
1 Parent(s): 68af9e7

add honest limitation note (not exact on long chains; Neural GPU drift)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -33,3 +33,7 @@ covers tiers 1-7. See `manifest.json` for the full architecture and training sum
33
  - `entry_class`: `model.BitSerialReducer`
34
  - `output_base`: 2
35
  - Files: `model.py`, `manifest.json`, `weights.pt`.
 
 
 
 
 
33
  - `entry_class`: `model.BitSerialReducer`
34
  - `output_base`: 2
35
  - Files: `model.py`, `manifest.json`, `weights.pt`.
36
+
37
+ ## Limitation (honest)
38
+
39
+ This model passes the random-operand benchmark but is not exact. On structured inputs (powers of two and other long doubling chains) the per-step reduction drifts for some primes beyond about 500 steps, reproducing the Neural GPU limitation (Price, Zaremba, Sutskever 2016). The benchmark tiers reflect average-case accuracy on the official scorer's random-operand distribution, not worst-case exactness of the underlying modular-multiplication operator.