Views
No views yet
| file | params | size | powers |
|---|---|---|---|
memoriser.onnx | ~19.8M | ~80 MB | The Memoriser — recalls a real Pokémon's stored facts |
combo.onnx | 2.86M | ~11 MB | The Minter (invents a creature) and the Reasoner (derives weaknesses) |
assets/bpe.json, byte-level BPE, vocab 1024) and
consume/produce Turtle. Per-model dims are in the app repo's
models/*.json.ids (1,T) plus a past key/value cache past_k/past_v (L,1,H,P,D) and returns
logits (1,V) at the last position plus the grown cache. Prompt framing:[BOS] + encode(prompt) + [SEP], then decode the answer (greedy; an optional
IRI trie in the app forbids hallucinated identifiers).[BOS] + encode(prompt), continue the document (sampled for the Minter, greedy for
the Reasoner).gzip (the graph gzips to 0.17 MB; the model is
~80 MB at worse recall). The interesting behaviour is what the 11 MB combo model does on a
fresh IRI it cannot look up: invent a coherent creature and derive its weaknesses from the type
chart. See the app's about pages for the measured results.