CoolFace
Modelpublic

trixyL/transformerlm-ar-8k-simplestories

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes
Model Card

🧠✨ TransformerLM (AR 512, 8K vocab) β€” SimpleStories

This is the result of the code from https://github.com/triloy8/transformerlm, a minimal autoregressive Transformer LM trained on SimpleStories with a 512-token context and an 8K vocab tokenizer. ✨

βœ… Key Facts

  • β€”Model type: Autoregressive Transformer LM
  • β€”Dataset: SimpleStories
  • β€”Context length: 512 tokens
  • β€”Tokenizer vocab size: 8,000
  • β€”Layers: 12
  • β€”Heads: 8
  • β€”d_model: 512
  • β€”d_ff: 2,048
  • β€”Training setup: Single NVIDIA A40 48GB
  • β€”Runtime: ~20 hours ⏱️

πŸ“¦ What’s Inside

  • β€”60k steps from a 60k run, including:
  • β€”Optimizer state
  • β€”RNG state
  • β€”Safetensors weights
  • β€”Tokenizer config
  • β€”Run config

πŸš€ Reproducibility

To reproduce the run:

Exact commit that launched the train: https://github.com/triloy8/transformerlm/commit/06cb4831d47c04a18573bee8e28dc83b10086d06