A developer has created a tiny language model with an 842KB weight file and 107,776 parameters using bigram subwords. The model is designed to run directly in the browser and was trained on a mixed corpus that favors short story generation.

  • The model weighs only 842KB and contains 107,776 parameters.
  • It utilizes bigram tokens to spell out words individually rather than linking them.
  • Training data is weighted toward tiny stories, though the corpus is mixed.
  • Research findings are documented on Zenodo under "Phasor-Face Transformers (PrismFormer)."

The author aims to refine the model over the next few days to improve its output quality for generating short narratives.