Views
No views yet
COMMIT in this folder
HuggingFace: https://huggingface.co/vukrosic/universe-7m-v0.0⚠️ Raw-checkpoint release. Not in HuggingFacetransformersformat. To use, clone universe-lm (or this repo) and runpython -m scripts.generate --checkpoint model.pt --prompt "...".This is a pipeline smoke test, not a usable model. v0.0 trained for 13 steps on 100K tokens — output is gibberish, by design. The goal was to wire up the full train → eval → sample → publish loop end-to-end. Real models start at v0.1.
1{
2 "dataset": "wikitext/wikitext-2-raw-v1",
3 "split": "test",
4 "stride": 512,
5 "perplexity": 8994.82
6}samples.txt. Representative output (prompt + completion):=== prompt: Once upon a time ===
Once upon a time for--
,. 2. and and and their the. 0 This by at and like to to to and about how
they their of and for and as and a the in. of the in and or to and into.release.sh orchestrator (smoke / train / eval-ppl / sample / publish)scripts/generate.py raw-checkpoint text generationscripts/eval_ppl.py wikitext-2 sliding-window perplexityscripts/upload_to_hf.py HuggingFace Hub uploaderconfigs/llm_config.py: FiveMillionConfig preset (~7M params)optimizers/muon.py: gated torch.compile so Muon runs on MPS