ridgerchu/matmulfreellm
Implementation for MatMul-free LM.
This project offers an innovative language model that reduces the computational intensity typically required for text generation and understanding. It takes textual input and produces generated text, summaries, or other language-based outputs, similar to how large language models function. It's designed for machine learning researchers and engineers who build or fine-tune language models.
3,058 stars.
Use this if you are a machine learning researcher or engineer looking to experiment with or implement more computationally efficient language models.
Not ideal if you are an end-user simply looking to apply an existing language model for common tasks without delving into architectural innovations.
Stars
3,058
Forks
199
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ridgerchu/matmulfreellm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
AI-Hypercomputer/maxtext
A simple, performant and scalable Jax LLM!
rasbt/reasoning-from-scratch
Implement a reasoning LLM in PyTorch from scratch, step by step
mindspore-lab/mindnlp
MindSpore + 🤗Huggingface: Run any Transformers/Diffusers model on MindSpore with seamless...
mosaicml/llm-foundry
LLM training code for Databricks foundation models
rickiepark/llm-from-scratch
<밑바닥부터 만들면서 공부하는 LLM>(길벗, 2025)의 코드 저장소