YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Model Card for Model ID

Model Details

Model Description

SmaLLM is a compact causal language model implemented entirely from scratch in PyTorch. It follows modern architectural conventions inspired by LLaMA and other contemporary small language models, avoiding legacy Transformer components (absolute positional embeddings, LayerNorm, standard ReLU FFN).

The model was designed as a learning project to demonstrate understanding of modern LM architecture components and training infrastructure β€” not for production deployment.

  • Developed by: Atharva
  • Model type: Causal Language Model(AutoRegressive)
  • Language(s) (NLP): English
  • Training Data: Web text (essential-web corpus, ~500K tokens)
  • Tokenizer: vukrosic/essential-web-16k-tokenizer
  • Framework: Pytorch

What This Model IS For

  • βœ… Learning how modern LM architectures work (RoPE, SwiGLU, Flash Attention, RMSNorm)
  • βœ… Understanding training infrastructure (AMP, LR schedules, checkpointing, logging)
  • βœ… Experimenting with architecture modifications and hyperparameter sweeps
  • βœ… Educational demonstrations and blog posts

What This Model IS NOT For

  • ❌ Production text generation
  • ❌ Chatbot or conversational AI
  • ❌ Factual question answering
  • ❌ Any task requiring coherent, reliable output
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support