Glyph decoder resources
Core ML models and tables for Glyph, an
open-source iPhone swipe keyboard. SwipeAREncoder / SwipeARStep: the
autoregressive swipe decoder (research run ar_mixed_s1, TCN trunk + 2-layer
transformer letter decoder, 1.7M parameters, fp32). SwipeLM: distilgpt2 fp16
gather model for the fused sentence search. lexicon.bin: 301,508-word trie
(FUTO training words blended with wordfreq English) with unigram
log-probabilities. ilm.bin, priors.bin: the encoder's internal-LM and the
LM's marginal prior per trie node. gpt2/: tokenizer files.
bench_gestures.json: the replay-benchmark gestures. *goldens.json: test
vectors the Swift port is checked against. Regenerated by the tools/export_*.py
scripts in the repo; how each was chosen is in research/README.md.
- Downloads last month
- 19