physicsrob commited on
Commit
cf86aec
·
verified ·
1 Parent(s): 6a6a6a2

card: name calculator-memorize in the family paragraph

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -82,8 +82,10 @@ additional RAM beyond the checkpoint size.
82
 
83
  One example of many compiled with torchwright. Calculator siblings —
84
  `calculator-simple` (serial arithmetic, depth grows with the digit count),
85
- `calculator-advanced` (carry-lookahead, near-flat depth), and
86
  `calculator-scratchpad` (flat depth; the serial work streams out as visible
87
- thinking tokens) are published at several digit widths. Browse the
 
 
88
  [torchwright calculator models](https://huggingface.co/models?search=physicsrob%2Ftorchwright-calculator)
89
  on Hugging Face.
 
82
 
83
  One example of many compiled with torchwright. Calculator siblings —
84
  `calculator-simple` (serial arithmetic, depth grows with the digit count),
85
+ `calculator-advanced` (carry-lookahead, near-flat depth),
86
  `calculator-scratchpad` (flat depth; the serial work streams out as visible
87
+ thinking tokens), and `calculator-memorize` (no arithmetic at all: a fact
88
+ table, exponential in the digit count) — are published at several digit
89
+ widths. Browse the
90
  [torchwright calculator models](https://huggingface.co/models?search=physicsrob%2Ftorchwright-calculator)
91
  on Hugging Face.